issue fixed
]]>Hello,
After upgrading to WordPress 4.6, the plugin seems to not be working. Are others having this issue, and if so, is an update to the plugin expected? Thank you.
https://www.ads-software.com/plugins/random-posts-from-category/
]]>DELETED
]]>I’m a developer of other plugin and I have my clients running this plugin. The problem that I see is that when running the query for random posts is not overwriteing the $wp_query variable and thus the method is_main_query() is returning true inside your widget. A quick correction would be to replace $random with $wp_query after calling
`global $wp_query;’
That would actually make “wp_reset_query();” in line 69, usefull.
Regards
https://www.ads-software.com/plugins/random-posts-from-category/
]]>Hello,
It’s great idea but it’s not a random post. – Only the latest posts
Can you fix the problem?
https://www.ads-software.com/extend/plugins/random-posts-from-category/
]]>Hiya,
I’d like to specify more than one category from which to pull in random posts, is this possible?
Thanks,
Brin
https://www.ads-software.com/extend/plugins/random-posts-from-category/
]]>What the title says. The plugin shows a post as it should, but it is the latest post, not a random post.
]]>