Error log showed this –
PHP Fatal error: Call to undefined function wprss_display_feed_items() in /home/sitename.com/www/wp-content/themes/sitename/template-biz.php on line 37
This is what line 37 is, any advice to resolve the issue is appreciated.
<?php
function wprss_display_feed_items( $args = array(
‘links_before’ => ‘<div class=”rssd”>’,
‘links_after’ => ‘</div>’,
‘link_before’ => ‘<p class=”ac”>’,
‘link_after’ => ‘</p>’,
‘limit’ => ‘5’,
‘source’ => ‘132’
)) {};
?>
Thank you