• Hi

    I would like to have a partially static homepage. Top half being static content and then below the latest blog posts displayed.

    I am using “Pages posts” plugin so that only posts from specific categories would be displayed.

    How can I create a static section for the top of the homepage without it repeating on all other pages?

    Many thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not familiar with that plugin, however I did exactly what you are describing on one of my WordPress sites using the get_posts function

    http://codex.wordpress.org/Template_Tags/get_posts

    Thread Starter xloffers

    (@xloffers)

    thanks for the reply.

    I’m still not able to get latest posts to appear.

    What reading settings do you use? Do you have homepage set to static front page or “latest posts”

    many thanks

    ambrosite

    (@ambrosite)

    I have the front page set to a static page. Then I created a custom page template for the front page, and added the get_posts code more or less exactly as it appears in the link I gave you (just without the offset).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Semi static homepage’ is closed to new replies.