Support » Fixing WordPress » Static page displaying category feed.

  • Hi all. I’ve created a page on my blog and some text in it. I’ve successfully got some code in the page template that detects when I’m on a certain page and prints a heading on the page.

    <?php $moo = the_title(”,”,false); if($moo == “m0n0wall”) { print “<h2>moo</h2>”; } ?>

    However what I wish to do is to not print Moo on the page but display the feed from one of my post categories. I know I’ll have to loop through the posts to displaythem nicely but how do I tell the Page to get the rss/category in the first place?

    Ric

  • The topic ‘Static page displaying category feed.’ is closed to new replies.