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]'); ?>
Find answers to common questions and step-by-step solutions.
An alphabetical list of terms and their definitions.
Discover our tutorials
This help doc applies to version 4. If you’re using version 5, please refer to the updated documentation here.
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 stuck?