Change post types – CMS Page Order

<?php
/**
* Add 'rotator' post type to CMS Page Order
* @author Bill Erickson
* @link http://www.billerickson.net/code/change-post-types-cms-page-order
*
* @param array $post_types
* @param array $post_types modified
*/
function be_sort_rotator( $post_types ) {
$post_types[] = 'rotator';
return $post_types;
}
add_filter( 'cmspo_post_types', 'be_sort_rotator' );
view raw gistfile1.aw hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

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

Let's Talk