Plugin Author
YMC
(@wssoffice21)
Hello!
You filter posts by taxonomy terms called Pilgrimage dates. Month and year are taxonomy terms and the filter works correctly. Posts are sorted according to all possible parameters provided by the global WP_Query object. Among these parameters are: Title, Name, Date and so on. The plugin provides the ability to sort posts only by those parameters that will be provided by the WP_Query and nothing more. If you need to sort posts by date, it is better to do this in 2 ways:
- create a custom Date field and then sort by meta key.
- sort posts by date of publication of the post (after setting the correct date for them)
Plugin Author
YMC
(@wssoffice21)
In addition to the above. You cannot manually sort posts in a grid. You can only sort by the selected parameters (Title, Name, Date and so on). You can manually select the posts you need in the General -> Add post(s) section and add them to the grid, after sorting them in the order you need (dragging posts into the Selected Posts field). After this, posts in the grid will be displayed according to the previously sorted order in the admin panel.
-
This reply was modified 9 minutes ago by
YMC.
