• Resolved fwitkowski

    (@fwitkowski)


    I see parameter to exclude posts, but cannot see one to include posts.
    I basically want to show posts from one category with matching tags.

    I was able to create function to do it (using hide_posts attribute), but I need to be able to add this as shortcode inside page content, so custom function in template does not work in this case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @fwitkowski

    Do you want a shortcode parameter to show any post with their ID’s?

    Hello @fwitkowski

    In the latest update of this plugin (v2.2.5) we have added new shortcode parameter posts so you can now able to show only specific posts.

    Something like this :

    [recent_post_slider posts="1,2,3"]

    OR

    [recent_post_carousel posts="1,2,3"]

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

The topic ‘Show only specific posts’ is closed to new replies.