Support » Fixing WordPress » How can i display wordpress header on my custom html page

  • I coded up an HTML page that I upload to WordPress using FTP. My question is: How can I display my current website header on the custom HTML page that I uploaded. Keep in mind the page I design is a directory by it’s self that includes javascript, css, and other files. So I can’t just create a WordPress page and just edit the HTML. Any advice will help. Thank you

    • This topic was modified 1 day, 10 hours ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    If you are using WordPress then it uses the function get_header to fetch the dynamic header. You will also need it. If it is a page in a WordPress main theme or child theme then you can convert it into a template and then use the get_header function to fetch the existing header markup. Please make sure that you save your Custom HTML page as a PHP page otherwise it won’t work.

    Kind Regards,

    • This reply was modified 1 day, 17 hours ago by themesjungle.

    In my website, my blog page, review page and others page’s first page images were not shown last 2 to 3 weeks.How to resolve this problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.