by nulen
7 replies
  • WEB DESIGN
  • |
when i make a page in wordpress i want full control over the page using raw html code
however wordpress doesnt let me have that. is there a way to add pages/posts in
wordpress by using raw html.
#html #wordpress
  • Profile picture of the author failideas
    you want to control the full(header, content, footer) page html or just the post/page content html?
    Signature
    Dental WordPress Theme - Dentist WP Theme - Lawyer WordPress Theme

    ++ Theme Release News and Promotions > submit here
    Affiliates - wanna make good money. Subscribe here Affiliates List
    {{ DiscussionBoard.errors[6275191].message }}
  • Profile picture of the author topnichewebsites
    I have to figure you clicked the little button in wordpress while building a page or post that says HTML and not Visual ?
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[6275307].message }}
  • Wordpress alows this. Why dont you check the settings section and themes sections. Even the posts can be made form basic HTML methods.
    Signature
    {{ DiscussionBoard.errors[6275575].message }}
    • Profile picture of the author nulen
      you can change between html/visual. however even when i choose html
      most html code wont work. i will try search somthing in settings.
      {{ DiscussionBoard.errors[6276133].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by nulen View Post

        you can change between html/visual. however even when i choose html
        most html code wont work. i will try search somthing in settings.
        There are a few problems...
        - WP likes to "reformat" your html - they always thought they knew better (than us)
        - when switching between visual/html -your html editor is still ON. Kill it completely > users > your profile
        - you can add/remove filters via the functions.php file of your theme in order to stop WP messing with your code
        - or, if code illiterate, try to find a plugin that kills WP's reformatting
        Signature

        {{ DiscussionBoard.errors[6276150].message }}
        • Profile picture of the author fixie
          Originally Posted by Istvan Horvath View Post

          There are a few problems...
          - WP likes to "reformat" your html - they always thought they knew better (than us)
          - when switching between visual/html -your html editor is still ON. Kill it completely > users > your profile
          - you can add/remove filters via the functions.php file of your theme in order to stop WP messing with your code
          - or, if code illiterate, try to find a plugin that kills WP's reformatting
          This. Also, if you want to put some code out of the usual loop, just take a general template wordpress is using for that specific page and make another template with your custom html added. You should use this only when you have few pages that are exceptions, else it would clutter your theme folder
          {{ DiscussionBoard.errors[6278231].message }}
  • Profile picture of the author Abledragon
    I use the Raw HTML plugin to get around this problem. It's worked well for me for years.

    Reviewed it here:

    Raw-HTML: How to Beat the WordPress HTML Filters | WealthyDragon

    Cheers,

    Martin.
    Signature
    WealthyDragon - Earning My Living Online
    {{ DiscussionBoard.errors[6277238].message }}

Trending Topics