Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
scuba_stan
tagDiv Member

Hi Simion,

Thank you for the link. It worked perfectly.

For anyone looking at what to change:
Look for the following code in “front-page.php”


<div class="td-container">
<?php echo do_shortcode('[td_block_big_grid_mob_1 sort="featured"]'); ?>
<?php the_content(); ?>
</div>

add the following ‘category_id=”191″‘ (replace 191 with the category id of your own category)

new code should look like this:


<div class="td-container">
<?php echo do_shortcode('[td_block_big_grid_mob_1 category_id="191" sort="featured"]'); ?>
<?php the_content(); ?>
</div>

Viewing 1 post (of 1 total)