Genesis Subpages – Sort by Name

<?php
/**
* Genesis Subpages - Sort by Name
* @author Bill Erickson
* @link http://www.billerickson.net/code/genesis-subpages-sort-by-name
* @link http://wordpress.org/extend/plugins/genesis-subpages-as-secondary-menu/
*
* @param array $args, used by wp_list_pages
* @return array modified $args
*/
function be_genesis_subpages_sort_by_name( $args ){
$args['sort_column'] = 'post_title';
return $args;
}
add_filter( 'be_genesis_subpages_args', 'be_genesis_subpages_sort_by_name' );
view raw gistfile1.aw hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk