• Is there a way to put a feed of my own blog on the right side of my blog in the sidebar?

    I want to show the last 5 blogs in my sidebar. This is because I don’t have 10 post showing on the main page. So, I want to show the last 5 blogs on the sidebar.

    Anyone know how to accomplish this?

Viewing 1 replies (of 1 total)
  • Thread Starter mythaimedia

    (@mythaimedia)

    Nevermind. Found this. Put it in the sidebar

    <?php require_once(ABSPATH . WPINC . '/rss-functions.php');
    echo '
    <ol>';
    get_rss('https://www.datingscripts.biz/feed/', $num = 8);
    echo '</ol>
    ';
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Blog Feed on my site’ is closed to new replies.