How to show posts by ID in Creatista portfolio?

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Creatista How to show posts by ID in Creatista portfolio?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1001795

    I use this shortcode this shortcode.
    this shortcode displays all posts on the screen:
    [portfolio columns=3 display_content=”false”]

    How to show posts by ID?
    Post ID in the link:
    wp-admin/post.php?post=1570&action=edit
    wp-admin/post.php?post=720&action=edit

    #1001820

    And how to display posts by category and by tags?

    #1002553

    Hello, Gevorg!

    You may find out what parameters are included in the [portfolio] shortcode and how to use them in the theme documentation.

    Regards,
    Andre

    #1002635

    I looked through the documentation but still can’t find how to display posts by ID?
    Please tell me how to write shortcode with ID correctly so that it works!

    #1004245

    Hello, Gevorg!

    The shortcode only allows displaying portfolio items filtered by specific tag or project type, there is no option to display specific items by ID. Check some examples below:

    [portfolio include_tag="outdoors" columns=3]
    [portfolio include_type="animals" columns=3]

    You will need to use your tag/type slug in the shortcode. If there are several tags/types you want to be displayed, simply add them all separated by comma:

    [portfolio include_tag="outdoors,indoors,mountains" columns=3]
    [portfolio include_type="animals,people,nature" columns=3]

    Regards,
    Andre

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.