header not loading, how to troubleshoot.
-
trying to troubleshoot why my custom theme header is not loading:
Index.php is loading. This is my first custom theme, I’m a total newb. If I type in some text above the get_header tag in the index.php file it will show up. if I type something below the get_header tag nothing shows up. nothing from the header.php file shows up. Should the url displayed in the pingback point to the root of the custom theme or the root of the install. right now it points to neither… is that the problem? Thanks in advanceRendered code:
<html lang="en-US" dir="ltr"> <head></head> <body> this shows up <meta charset="UTF-8"> <meta content="width=device-width" name="viewport"> <title> Border Villages | Just another WordPress site </title> <link href="https://bordervillages.macdesign.eu/path/themes/custom/style.css" media="all" type="text" rel="stylesheet"> <link href="https://bordervillages.macdesign.eu/xmlrpc.php" rel="pingback"> </body> </html>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘header not loading, how to troubleshoot.’ is closed to new replies.