Chirag Swadia
Forum Replies Created
-
Hi,
None of your settings will be disturbed if you install the Feed to Post add-on. However, for using the shortcode as you might be using now, you will have to enable the Legacy Feed Settings.
Let me know if you have any queries.
Regards
Hi,
Can you please check if the below code works fine for you ?
// WP RSS Aggregator - Show future feed add_filter( 'wprss_display_feed_items_query', 'my_show_future_stories', 10, 2 ); function my_show_future_stories( $args, $settings ) { if ( $args['meta_query'][0]['value'][0] === 36 ) { $args['order'] = 'ASC'; $args['post_status'] = array('future'); } return $args; }
Hi,
The Categories add-on makes use of a separate taxonomy Feed Category instead of the WordPress default Category.
Therefore, for using the old categories, you will have to migrate those terms to the new category by using some plugin.
However, if you are using Feed to Post, then you can easily assign the already existing categories to the imported posts, as the Feed to Post uses the WordPress default categories.
Let me know if you have any queries.
Regards
Hi,
Can you please share a screenshot depicting the issue you are facing ?
Regards
Hi,
Can you see the imported feed items under RSS Aggregator -> Feed Items menu option ?
Regards
Hi,
I am not sure if I completely understand your last message. Can you elaborate a bit ?
Regards
Hi,
Can you confirm that feed items are imported fine from the feed source which you are trying to display ? If yes, then please share the shortcode which you are adding in the page/widget.
Regards
Hi,
You can delete the feed items just like normal posts by visiting RSS Aggregator -> Feed Items in the menu.
With regards to the issue, have you tried testing out for theme or plugin conflicts ?
Regards
Hi,
This can be achieved by writing some custom WordPress query. For such customization, you can even get in touch with our partners.
Regards
Thanks @perezbox and Daniel ??
Hi,
Please go through this documentation page which shows how to change the order based on the feed source ID.
Regards
Hi,
Can you confirm whether you are importing with the Unique Titles only checkbox checked while importing from a feed source ?
Regards
Hi,
Have you checked all the troubleshooting steps mentioned in our Feed Items Not Importing documentation page ?
Regards
Hi,
Can you please confirm that you have inserted the shortcode as per the instructions in our documentation here ?
Regards