Theme: Call a Function
Here are two examples of a function call from within the theme’s files:
<?php wprss_display_feed_items( $args = array( 'limit' => '8', 'source' => '5,9' )); ?>
OR
<?php do_shortcode('[wp-rss-aggregator]'); ?>
Here are two examples of a function call from within the theme’s files:
<?php wprss_display_feed_items( $args = array( 'limit' => '8', 'source' => '5,9' )); ?>
OR
<?php do_shortcode('[wp-rss-aggregator]'); ?>
Still need help? Contact Us Contact Us