[Plugin: Yet Another Featured Posts Plugin (YAFPP)] Custom post type & posts together
-
Hi there,
I have one question if someone can help me…is there any way to display custom post type & posts along (in the same loop). Specifically, I would like to display the featured post regardless of whether the post or custom post type are checked.
Something like in this peace of code (projects is my custom post type):
‘get_featured_posts( array(‘post_type’ => ‘projects’) && array(‘post_type’ => ‘post’) ); $my_query = new WP_Query(‘post_type=projects’ && ‘post_type=post’); while ($my_query->have_posts()) : $my_query->the_post();’tnx
https://www.ads-software.com/extend/plugins/yet-another-featured-posts-plugin/
- The topic ‘[Plugin: Yet Another Featured Posts Plugin (YAFPP)] Custom post type & posts together’ is closed to new replies.