Reverse Sitemap Order with Page List

Permalink
'Reverse sitemap order' is not an option with the Page List block, but is there a way to edit the controller to make it?

I had it set to 'Most Recent First', which was working, but I won't be always making the pages in order that they need to be displayed.

Kurtopsy
 
hutman replied on at Permalink Reply
hutman
Are you using 5.6 or 5.7?

If you're using 5.7 you should be able to just add

<option value="display_desc" <?php if ($orderBy == 'display_desc') { ?> selected <?php } ?>>
    <?php echo t('Reverse Sitemap Order') ?>
</option>

to the page_list_form.php around line 248 in the Page List block's folder.