Forums

Static page displaying category feed. (1 post)

  1. rjharv
    Member
    Posted 3 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.