Possibility to sort posts by alphabetical order

Posted in: Newspaper
Post count: 122

Hi,

I am trying to create a index of all posts listed under a specific category. Of course there are a lot of good working pplugins for that. But maybe you can think about adding such function to your “Sort Order” Option for Blocks. That would be really great!

Cheers,
Norman

  • This topic was modified 12 years by julingn.
Post count: 3343

Hi,
Add the code like here: 'Alphabetical A -> Z' => 'alphabetical_order'
http://screencast.com/t/OjWuouEb2J

And this:

            case 'alphabetical_order':
                $wp_query_args['orderby'] = 'title';
                $wp_query_args['order'] = 'ASC';
                break;

like here: http://screencast.com/t/jg2BrnJdj0T

Thanks!

Post count: 122

Hi Marius,

works like a charm. Perfect. Thank you so much!!!

Would be great if you could integrate that in one of the next updates so that I don’t have to manually touch the code all the time. Is that possible?

Cheers,
Norman

Post count: 3343

Hi,
Added. Will be in the next update.

Thanks for the message!

Post count: 122

Perfect, thanks a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.