Category Top Posts Customization

Posted in: Newspaper
Post count: 15

Is it possible to alter the way the Top Posts on category pages function? Currently, the block shows top posts from all categories. Can this be changed to show only posts in the current category with a certain tag (like the page builder blocks)?

Thanks!

Post count: 15

I found a way by just eliminated the top posts from each category and adding the shortcode to the proper template in my child theme:

<?php echo do_shortcode('[vc_row][vc_column][td_block_big_grid_3 category_id="' . $thisid . '"][/vc_column][/vc_row]'); ?>

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