• Is there a way to feature fixed content on the front page but also have the latest blog posts appear there, too? I’m guessing there are probably some good tutorials that I have not yet been able to find. Any help appreciated. Thanks!

    I’m running Two Twelve in WP 3.9.2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is certainly possible, but I doubt you will find a tutorial. The solution is to include a secondary loop in the template that is used for your front page. See this Codex article for info about multiple loops: http://codex.wordpress.org/The_Loop#Multiple_Loops

    The exact way to code it depends on the coding of your template. Your secondary loop should probably go just after the endwhile of the primary loop.

    Thread Starter baytonemus

    (@baytonemus)

    Yeah, I was afraid it was going to be that kind of a solution. I know just enough PHP to get myself into trouble. Thanks.

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

The topic ‘Static front page PLUS latest posts?’ is closed to new replies.