• Hi there,

    I’m using formidablepro and would like to add this shortcode to my custom display, but it does not pick up the custom post type.

    query_posts(array(‘post__in’ => $favorite_post_ids,’post_type’ => ‘posttypenamehere‘, ‘posts_per_page’=> $post_per_page, ‘orderby’ => ‘post__in’, ‘paged’ => $page));

    Above is the code I’ve tried but it does not use the custom post type at all.

    How can I do this / Am I able to incorporate my [detaillink] (shortcode) which links to the post within this plugin’s shortcode?

    https://www.ads-software.com/plugins/wp-favorite-posts/

  • The topic ‘Custom post type [custom display]’ is closed to new replies.