Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Hi,

    Try using:

    do_shortcode('[crp limit="6" heading="1" cache="1" post_types="post=post&page=page"]');

    Change post&page to whatever post types you want

    Thread Starter iltdevunit

    (@iltdevunit)

    Great I’ll give it a try 🙂

    So, if my custom post type is ‘news’, would I use the following?

    do_shortcode('[crp limit="6" heading="1" cache="1" post_types="post=news&page=news"]');

    Plugin Author Ajay

    (@ajay)

    I think this should work:

    do_shortcode('[crp limit="6" heading="1" cache="1" post_types="news=news"]');

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcode to limit to a specific post type’ is closed to new replies.