Hello Atanas,
many thanks for this wonderful plugin.
Would it be possible to add the same functionality and set the sort order for tags?
Many thanks in advance.
Cheers
Yogie
I’ve just installed the plugin this morning after deciding to order my posts for certain categories oldest to newest. I have another site that uses the plugin with perfect function.
The site I linked here, however, doesn’t seem to recognize that I have the category (the link is to one of them) set to display Oldest posts first. Aside from the themes being different (the working site uses Meks Typology, this one uses Crio), I’m wondering if the nature of my links are to blame for the plugin not working? On the working site, I use the basic ‘Post Name’ type links, whereas I use ‘Custom Structure’ for the problem site, set to use category/postname. Could this be the problem?
I do have different plugins installed on each page relating to the theme functionality, but nothing that should be changing post order (at least that I can find), and I’m just using basic posts built with the page builder included with the Crio theme, starting off with a blank page, no advanced block structures.
]]>Hello,
First, sorry for my English.
This plugin cause a bug with all widgets who list the last blog of the category sorted by oldest.
here : function poc_category_order( $query )
We have :
if ( $post_order == 'oldest' && $query->is_category($cat_id) && $query->is_main_query() )
This conditionnal test ” && $query->is_category($cat_id)” is useless and cause the bug.
I change it to :
if ( $post_order == 'oldest' && $query->is_main_query() )
And all is working.
]]>Hi
I just tried your plugin and it works for WP Posts but unfortunately not for my custom posts. Check the screencast here: https://watch.screencastify.com/v/16Xvdm9O1kM7bK4d2cqS
Did you know that and is there something I could do to make it work?
Thanks
]]>Up until recently, this plugin worked perfectly for my purposes (listing categories from oldest to newest). All categories before ‘Spring 2022’ & ‘Summer 2022’ are listed as above ‘old to new’, but the Spring 2022 & Summer 2022 categories are listed ‘new to oldest’. Is this because WP is now at 6.0.1? …this plugin is only supported up to WP 5.9.3
Appreciate your comments, THX Jim.
]]>I am trying to break out blog posts and podcast posts. I installed this plugin because the category menu item was showing posts oldest to newest. Right now, the setting is “newest”, but I tried reversing it, too. Seems so simple, not sure what I’m overlooking.
Thank you!
]]>There is a bug causing a notice all the time in the errors log. It’s caused by a call in line 84. It has a verification ‘is_category()’ and it should be ‘$query->is_category()’ to avoid the error.
Thanks for this useful plugin ?? and please, fix it in next release.
]]>I just installed Post Order by Category because I wanted my posts, which are chapters in a book, to run in chronological order, namely, the order in which I posted them. I edited the category, according to guidance, but it does change the order when I look at my website. I’m wondering if there is a conflict with the Scaffolds theme.
Thanks in advance for any help
]]>