Chirag Swadia
Forum Replies Created
-
Hi,
I apologize for the delay in replying. Glad that you were able to figure out a solution for the feed items not importing issue.
Regards
Hi,
Do you mean you would like to create Feed Items manually rather than importing them from a particular RSS Feed ?
Regards
Hi,
I apologize for the delay in reply. Glad that setting the Feed Request Useragent option worked out for you.
Regards
Hi,
WordPress default cron jobs are only triggered if there is a hit on the website, either on the front-end or back-end.
However, you can disable the default WordPress cron jobs and go for the server side cron jobs for the feed processing to work as per schedule.
Regards
Hi,
You can use this code to filter out posts which have Photo Gallery in their post title.
You will need to check if the $new_post[‘post_title’] variable contains the substring Photo Gallery anywhere in the post title. If yes, then you have to return NULL; instead of return $new_post;
Let me know if you have any queries.
Hi,
Can you let me know in which case you are getting this error ?
Regards
Hi,
By exporting feeds, do you mean you would like to export the WordPress default RSS feed and have feed items in order of popularity ?
Regards
Hi,
Thanks. I will try to reproduce the issue on my end as per what you have mentioned. Will get back to you soon.
Regards
Hi,
I see that you have already reached out to use via the Premium support channel regarding your issue. Therefore, I am closing this ticket.
Regards
Hi,
@thehappyclap It seems like you’re using an older version of PHP. Can you please upgrade to PHP 5.3 or higher as required by WP RSS Aggregator?
https://www.wprssaggregator.com/wp-rss-aggregator-to-require-php-5-3/
@bhavyakhanna I see that you have opened a new ticket for the error you are facing. Therefore I will be replying to you there.
Regards
Hi,
@nadzhq Please upgrade to PHP 5.3 or higher on your server to fix this error.
Hi,
Can you share the feed source url which is causing this issue ? Also, I will need the page url where this issue occurs.
Regards
Hi,
Adding this filter in your theme’s functions.php file will fix the issue with broken characters in the title.
Let me know if you have any queries.
Regards
Hi,
The original post permalink is stored in the wp_postmeta table in the wprss_item_permalink field for each of the imported post.
Let me know if you have any queries.
Regards
Hi,
Can you let me know the exact issue you are facing ?
Regards