• If you view my website. https://www.macombinvestments.net

    you can see the home page does not have the featured content gallery, or the twitter plugin working on that page. It only works on the Posts page which is the properties page but I want it to be on all pages. How can I do this.

    Also how do I add padding on the blog page.

    thanks for your help

Viewing 1 replies (of 1 total)
  • The view “Home” is generated bij home.php or index.php in your theme.
    The view “properties” is probably created by page.php but also maybe not because the other three pagelinks also leave out the Twitter “header” and the Favourites.
    So, study your theme files, look for the differences and most of all, find out which template generates what view.
    When I started WP I wrote the name of the templates in themself; most template files have this:

    <div id="container">

    Just under that I pasted this:
    <p> This is index.php</p>

    and in page.php of course this <p> Dit is page.php</p> That really helps a lot.

Viewing 1 replies (of 1 total)
  • The topic ‘I have a problem’ is closed to new replies.