• I am using a not-too modified version of Shawn Grimes’ Falling leaves here https://www.gossipmonger.info/ , and have created 2 pages through the Write pages function. They are Archives and Categories. When writing the pages, I selected the relevant page template and the pages work just fine.

    However, they don’t look the same as the front page. The background of the text should be white, and I can’t get this happening. You can see the pages here https://www.gossipmonger.info/?page_id=157 and here https://www.gossipmonger.info/?page_id=158

    I’m not the sharpest tool in the shed when it comes to php, but I’ve been through the Codex, and searched for threads and can’t find anything to help me.

    Any suggestions?
    Thanks in advance ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • It seems like the page templates are missing the footer, or at least the rest of the page (they end right after the content). Do the page templates have <?php get_footer(); ?> somewhere near the end? (if you do have a footer.php in your theme)

    Thread Starter DaFFy

    (@daffy)

    Thanks for answering so quickly Minna!
    I just put the footer in, and it makes no difference ??

    Put a closing div tag </div> before calling the footer.

    Thread Starter DaFFy

    (@daffy)

    That’s it!

    Thanks so much Minna ??

    No prob ??

    Oh, and if you don’t want the footer there, you don’t need it really. You just need to make sure that all the div blocks (container and content) opened at the beginning are closed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Appearance of pages’ is closed to new replies.