WP guru needed

by 4 replies
5
OK, I admit it...I am dangerous with coding.

I have a WP blog site that I want to create a squeeze page on. I used NVU to create the html and just want to copy and paste the code onto its own page within my site.

However, after pasting the code, it doesn't work.

Can anyone help me with what I am doing wrong?

Thanks warriors
#programming #guru #needed
  • Can you post your url, or send a PM so I can take a look at it?
  • You know, the wordpress by default converts special characters into the corresponding HTML entity codes (example : & => &#38 ) . So you need a plugin that will prevent the conversion. There must be a plugin that does that.
  • always make a backup before editing a script. can you post your website address for a look.
  • You can try to create a custom page template with the code placed directly into it rather than trying to paste the code into the post/page editor.

    I have an older guide about it here:
    How To Create A Custom WordPress Page Template

    Or Google "WordPress custom page template"

Next Topics on Trending Feed

  • 5

    OK, I admit it...I am dangerous with coding. I have a WP blog site that I want to create a squeeze page on. I used NVU to create the html and just want to copy and paste the code onto its own page within my site.