1. Home
  2. Docs
  3. News & Blog Designer ...
  4. Post Plugin Shortcodes
  5. Post Creative Design Parameters

Post Creative Design Parameters

[bdp_post_ctv1]

Shortcode Parameters

Grid (Number of Columns)
[bdp_post_ctv1 grid="2"]
Choose number of columns.

Post Type
[bdp_post_ctv1 post_type="post"]
Enter registered post type name. You can find it on plugin setting page.
Note: Be sure you have added valid post type name otherwise no result will be displayed.

Taxonomy
[bdp_post_ctv1 taxonomy="category"]
Enter registered taxonomy name. You can find it on plugin setting page.
Note: Be sure you have added valid taxonomy name otherwise no result will be displayed.

Display Type
[bdp_post_ctv1 type="featured"]
Select display type of post. Is it Featured or Trending? Supported values are ‘featured’ OR ‘trending’.

Display Sticky Post
[bdp_post_ctv1 sticky_posts="true"]
Display sticky post. Supported values are ‘true’ OR ‘false’.

Display Author
[bdp_post_ctv1 show_author="true"]
Display post author. Supported values are ‘true’ OR ‘false’.

Display Post Date
[bdp_post_ctv1 show_date="true"]
Display post date. Supported values are ‘true’ OR ‘false’.

Display Post Category
[bdp_post_ctv1 show_category="true"]
Display post categories. Supported values are ‘true’ OR ‘false’.

Display Post Tags
[bdp_post_ctv1 show_tags="true"]
Display post tags. Supported values are ‘true’ OR ‘false’.

Display Comments Count
[bdp_post_ctv1 show_comments="true"]
Display post comment count. Supported values are ‘true’ OR ‘false’.

Display Post Content
[bdp_post_ctv1 show_content="true"]
Display post content.

Post Content Word Limit
[bdp_post_ctv1 content_words_limit="20"]
Display number of post content words.

Display Read More
[bdp_post_ctv1 show_read_more="true"]
Display post read more button. Supported values are ‘true’ OR ‘false’.

Read More Button Text
[bdp_post_ctv1 read_more_text="Read More"]
Enter your desired read more button text.

Link Behaviour
[bdp_post_ctv1 link_behaviour="new"]
Choose post link behavior to open in a new tab or same tab. Supported values are ‘self’ OR ‘new’.

Image Size
[bdp_post_ctv1 media_size="medium"]
Choose WordPress registered image size. e.g thumbnail (150 X 150), medium (300 X 300), large (1024 X 1024), medium-large (768 X 768), bdpp-medium (640 X 480), full.
Note : These are the WordPress registered image size. When you upload the image in WordPress it creates various size of images. You can call them as per your need and speed concern. These sizes may very depending on your theme or any third party plugin with this functionality.
Recommended size is ‘medium’ or ‘medium-large’.

Total Number of Post
[bdp_post_ctv1 limit="10"]
Enter total number of post to be displayed. Enter -1 to display all. Leave it blank for default.

Post Order By
[bdp_post_ctv1 orderby="date"]
Select order type. Supported values are

  1. ID – Based on Post ID’s
  2. title – Based on Post Title
  3. date – Based on Post added date
  4. modified – Based on Post modified date
  5. rand – Random Order on each page load
  6. menu_order – Post Sorting Order
  7. author – Based on Post Author

Post Order
[bdp_post_ctv1 order="DESC"]
Select sorting order. Supported values are ‘DESC’ OR ‘ASC’.

Display Post From Specific Category
[bdp_post_ctv1 category="5,10"]
Enter category id to display categories wise. You can pass multiple ids with comma separated. You can find id at relevant category listing page.

Exclude Post From Specific Category
[bdp_post_ctv1 exclude_cat="3,5"]
Exclude post category. Works only if `Category` field is empty. You can pass multiple ids with comma seperated. You can find id at relevant category listing page.

Display Child Category Post
[bdp_post_ctv1 include_cat_child="true"]
If you are using parent category then whether to display child category post or not. Supported values are ‘true’ OR ‘false’.

Display Specific Post
[bdp_post_ctv1 posts="3,5"]
Enter id of the post which you want to display. You can pass multiple ids with comma seperated. You can find id at relevant post listing page.

Exclude Posts
[bdp_post_ctv1 hide_post="3,5"]
Enter id of the post which you do not want to display. You can pass multiple ids with comma seperated. You can find id at relevant post listing page.

Display Post From Specific Author
[bdp_post_ctv1 include_author="3"]
Enter author id to display posts of particular author. You can pass multiple ids with comma seperated. You can find id at users listing page.

Exclude Post From Specific Author
[bdp_post_ctv1 exclude_author="3"]
Enter author id to hide post of particular author. Works only if `Include Author` field is empty. You can pass multiple ids with comma separated. You can find id at relevant users listing page.

Query Offset
[bdp_post_ctv1 query_offset="1"]
Exclude number of posts from starting. e.g if you pass 3 then it will skip first third post. Note: Do not use limit=-1 with this.

Slider Screen
[bdp_post_ctv1 slider_screen="640"]
Add break-down point value to make it responsive.

CSS Class
[bdp_post_ctv1 css_class="extra-css-class"]
Enter an extra CSS class for design customization. Note: Extra class added as parent so using extra class you customize your design.