• Ok, I’ve recently installed WP and got everything working fine, even make a skin for it, but for some reason I can’t understand how the RSS works as headlines. I want to put the headlines on the main page. One directory up from the blog (../index.php). Do I copy and paste the RSS code generated by “/feed/rss2/” into a php file? Do I insert a php code or javascript to make it load? Do I need to install something like Magpie to load it? As you can see, I’m totally lost.

    I think this is a common question that a lot of people have. So any help would be great help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • No need for RSS, as you can easily call them through a briefer version of The Loop in your “main page.” To do this, first include the wp-blog-header.php file at the top of the page, just like your blog’s template:

    <?php
    include('./blog/wp-blog-header.php');
    ?>

    Change blog/ to the directory your blog is located.

    Thread Starter kahnoya

    (@kahnoya)

    Thanks!

    ps- I love you.

    That makes one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RSS Headlines’ is closed to new replies.