treehouse : what would you like to learn today?
Web Design Web Development iOS Development

simplepie for wordpress - moderate feeds?

  • Hi guys, im working on a blog right now for a client and im importing multiple feeds using simplepie, i got it working ok, my only problem is that i cant figure out how to moderate the feeds, the client wants to be able to choose which articles show up in the blog, can anyone help me out?

    the code i implemented in the blog to display the feeds are:

    <?php echo SimplePieWP(array(
    'http://www.bestgreenblogs.com/feed'
    ), array(
    'items' => 5,
    'cache_duration' => 1800,
    'date_format' => 'j M Y, g:i a'
    )); ?>