featured post display in the homepage

Posted in: Newspaper
Post count: 2

Hi,
I use this short code to display featured post on the homepage.

[vc_row][vc_column][td_block_16 custom_title=”” sort=”random_posts” limit=”5″][/vc_column][/vc_row]

I would like choose the post are displayed there is way to do this?

Thank you in advance!

Post count: 22421

Hi,
The code you use is a standard visual composer block. You can create a block on a dummy page and sort it the way you want from block settings: https://forum.tagdiv.com/block-settings-tutorial/ and then replace your shortcode with the one from the new sorted block.
I hope this helps.
Thanks.

Post count: 2

thank you for your reply i simple manage to choose post are displayed with this code:

<?php echo do_shortcode(‘[vc_row][vc_column][td_block_16 custom_title=”” post_ids=”4, 22, 13, 44, 47″ limit=”5″][/vc_column][/vc_row]‘); ?>

using post_ids=”” command

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.