aniliini
Member
Posted 2 years ago #
I'm looking for a plugin, that allows you to select pages as featured, but the "Allow Pages to be featured" setting in YAFPP doesn't get saved at least in the latest version of WP. Otherwise this plugin would be perfect for my needs. Would this problem be easy to fix?
http://wordpress.org/extend/plugins/yet-another-featured-posts-plugin/
yes YAFPP have that prob but still you can use this plugin.
add this code
'post_type' => array( 'page', 'post', 'customposttype' ),
right below this
'post__in' => $featured_arr,
'posts_per_page' => $yafpp_opts['max_posts'],
you can leave page and removepost and customposttype if you want it to use only in pages.