Plugin Author
Allen
(@amweiss98)
If you’re using the shortcode solution, you could probably pull this off with a parameter that is passed from the WordPress login state…but this would take some programming knowledge.
Or put another way, if you wanted only logged in users to see (or not see) items with a filter), this would be the easiest way to get what you want. Anything more sophisticated would take more customization effort.
Hi Allen
Thanks for your response. We are looking at making a customisation to get this working.
Would you be able to let me know what the database table name is that your plugin uses, as well as where the categories and filters are stored?
Thanks very much for your assistance!
Sam
Plugin Author
Allen
(@amweiss98)
these are the tables where all the data is stored
(‘rss_import_items’)
(‘rss_import_options’)
(‘rss_import_categories’)
(‘rss_template_item’)
(‘rss_admin_options’)
(‘rss_feed_options’)
(‘rss_post_options’)
(‘rss_import_categories_images’)