Thread Starter
usurp
(@usurp)
that didn’t work but i found this code that did
<?php
wprss_display_feed_items( $args = array(
'links_before' => '<ul>',
'links_after' => '</ul>',
'link_before' => '<li>',
'link_after' => '</li>',
'limit' => '8',
'source' => '5,9'
));
?>
i started getting this error after i upgraded to 1.5.1. I tried using different themes to see if it was because of my theme but i still got the error. everything was working perfectly with 1.5. In options/discssions i have the boxes checked also.