Yanibus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Admin] An error occured with WooCommerce AdminHello John,
Thanks for your answer.
Yes as said previously, I’ve done all this “I’ve tried to deactivate all plugins and use twentytwentyone theme with only WooCommerce + WooCommerce Admin –> same problem!”…
I’ve also check for fatal errors and debugged… it always says WooCommerce Admin is the problem…
Would you like the debug?- This reply was modified 5 years, 3 months ago by Yanibus.
Thanks for your answer Michael, I’ll tell you if/when this warning disappear 🙂
Forum: Plugins
In reply to: [Posts for Page] Order by 'title' or 'rand'Happy to have helped you 😉
Forum: Plugins
In reply to: [Posts for Page] Order by 'title' or 'rand'Hello benclintz
I tried with both order_by=’title’ and order=’asc’ but it didn’t do anything (except the DESC / ASC which change the order but it is always by date, never by title…)
Did you manage to sort by title? by author? randomly?Because to call the query_posts function the parameter is orderby not order_by (cf http://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Order_.26_Orderby_Parameters) so in posts_for_page.php it should be orderby before calling query_posts and it is not…
(I work with the last versions of WordPress and this plugin)