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

Post Ticker Shortcode Parameters

Shortcode : [bdp_ticker]

Post Type
[bdp_ticker 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_ticker 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_ticker type="featured"]
Select display type of post. Is it Featured or Trending? Supported values are ‘featured’ OR ‘trending’.

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

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

Ticker Title
[bdp_ticker ticker_title="Trending News"]
Enter ticker title.

Ticker Theme Color
[bdp_ticker theme_color="#2096cd"]
Choose ticker theme color.

Heading Font Color
[bdp_ticker heading_font_color="#fff"]
Choose ticker heading font color.

Ticker Font Color
[bdp_ticker font_color="#2096cd"]
Choose ticker font color.

Ticker Font Style
[bdp_ticker font_style="normal"]
Choose ticker font style. Supported values are ‘normal’, ‘bold’, ‘italic’ and ‘bold-italic’.

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

Ticker Effect
[bdp_ticker ticker_effect="slide-v"]
Choose ticker effect. Supported values are ‘slide-v’, ‘slide-h’ and ‘fade’.

Ticker Arrows
[bdp_ticker arrows="true"]
Enable slider arrows. Supported values are ‘true’ OR ‘false’.

Autoplay
[bdp_ticker autoplay="true"]
Enable slider autoplay. Supported values are ‘true’ OR ‘false’.

Speed
[bdp_ticker speed="5000"]
Enter slider speed.

Post Order By
[bdp_ticker orderby="date"]
Select order type. Supported values are ID – Based on Post ID’s title – Based on Post Title date – Based on Post added date modified – Based on Post modified date rand – Random Order on each page load menu_order – Post Sorting Order author – Based on Post Author

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

Display Post From Specific Category
[bdp_ticker 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_ticker exclude_cat="3,5"]
Exclude post category. Works only if `Category` field is empty. You can pass multiple ids with comma separated. You can find id at relevant category listing page.

Display Child Category Post
[bdp_ticker 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_ticker 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_ticker 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_ticker include_author="3"]
Enter author id to display posts of particular author. You can pass multiple ids with comma separated. You can find id at users listing page.

Exclude Post From Specific Author
[bdp_ticker 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_ticker 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.

CSS Class
[bdp_ticker 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.