Shortcodes:
blocksy_posts - Available arguments:
post_type– needed post type (comma separated format if more than one post type). Note: If multiple post types provided, the customizer settings of the first one will be respected.- Example:
book,movie,song - Default value:
post
- Example:
limit– Amount of posts to display per page.- Default value: 5
orderby– Sorting logic.- Possible values:
post_date,comment_count,rand. Everything accepted in WP_Queryorderby - Default value:
post_date
- Possible values:
order– Sorting order.- Possible values:
DESC,ASCEverything accepted in WP_Queryorder - Default value:
DESC.
- Possible values:
term_ids– ID of the terms to display posts from. In comma separated format, different taxonomies can be mixed.- Example:
23,15,38 - Default value:
null
- Example:
exclude_term_ids— ID of the terms to exclude the posts from. Same format asterm_ids.post_ids– Specific IDs of the posts to display. In comma separated format- Example:
12,13,18 - Default value:
null
- Example:
has_pagination– Display or hide the pagination- Possible values:
yes,no - Default value:
yes
- Possible values:
ignore_sticky_posts– Ignore or display the sticky posts- Possible values:
yes,no - Default value:
no
- Possible values:
view– Display shortcode as a slider or as an archive.- Possible values:
slider/archive - Default value:
archive
- Possible values:
slider_image_ratio– Whenview: slider, decide which ratio the images will have.- Possible values:
1/1,2/1,16/9,4/3,1/2,9/16,3/4 - Default value:
2/1
- Possible values:
slider_autoplay– Enable or disable slider autoplay for slider.- Possible values:
number/no - Default value:
no
- Possible values:
no_results– Decide how to handle the no posts state.- Possible values:
404/skip404– output the regular 404 templateskip– output nothing.
- Default value:
404
- Possible values:
filtering– Enables the filter options from the Post Types Extra extension- Possible values:
yes/no- yes – displays the filters
- no – hides the filters
- Default value: no.
- Possible values:
class– Add a custom class to the main container wrapper.
Usage examples:
blocksy_posts limit="4" – met hoekhaakjes aanweerszijde: [ …… ]
WordPress updates beheren via Local WP
Situatie Bij WordPress-sites die lokaal draaien in Local WP (Local by Flywheel)…
LiteSpeed
Hier een veilige maar effectieve basisconfig die je op één site kunt…
Mailpoet
MailPoet E-mails en Nieuwsbrieven Basisinstellingen In deze tutorial leer je hoe je…
tVenne1
blocksy_posts limit=”2″ has_pagination=”no”
WordPress updates beheren via Local WP
Situatie Bij WordPress-sites die lokaal draaien in Local WP (Local by Flywheel)…
LiteSpeed
Hier een veilige maar effectieve basisconfig die je op één site kunt…
Posts from certain categories
blocksy_posts term_ids="11" – met hoekhaakjes aanweerszijde: [ …… ]
How to find a WordPress term’s ID:
To find a taxonomy term’s ID, browse to the taxonomy edit screen. Hover over a term, then look for its tag_ID value in the browser window’s status bar at the bottom.
Different custom post type
blocksy_posts post_type="cpts"
Variatie: blocksy_posts post_type="cpts" limit="8" has_pagination="no"
https://creativethemes.com/blocksy/docs/post-types/custom-post-types/
Gebuik plugin: CPT UI

CPT1 met ACF
Maecenas rutrum nulla non felis dapibus, ac finibus ante iaculis. Quisque at sem et velit gravida lobortis in accumsan ligula. Suspendisse urna orci, condimentum in consequat commodo, suscipit sed ligula.
Posts with content before the listing
blocksy_posts]<h3>My posts</h3>[/blocksy_posts
My posts
WordPress updates beheren via Local WP
Situatie Bij WordPress-sites die lokaal draaien in Local WP (Local by Flywheel)…
LiteSpeed
Hier een veilige maar effectieve basisconfig die je op één site kunt…
Mailpoet
MailPoet E-mails en Nieuwsbrieven Basisinstellingen In deze tutorial leer je hoe je…
tVenne1
Rank Math
Basisinstellingen & Stappen voor Optimalisatie Rank Math is een krachtige SEO-plugin voor…
Slider view
blocksy_posts view="slider" limit="3"
Important Notice!
The blocksy_posts slider shortcode does not display its styling out of the box, if WooCommerce isn’t loaded. This is due to performance reasons. It can easily be enabled back, without installing WooCommerce by integrating the following snippet inside of the functions.php file of your Child theme.