Hello,
The modules used on that block do not have excerpts as there is no room for any excerpts on that block. Where do you want to add them? the small thumbs can barely show the post title. The big thumb takes up a big space of the block and does not leave any extra space for excerpts. https://www.screencast.com/t/MgS67rze0
So where should they show up?
Thanks
Might have mentioned this detail before as the erotic magazine uses an altered version of the standard block 25.
On this layout you can add excerpts like so:
use this code:
<div class="td-excerpt">
<?php echo $this->get_excerpt(24); ?>
</div>
the number 24 represents the number of words the excerpt is going to show
Place the code like so: https://www.screencast.com/t/9ZVTcwoyZhT
Then add this code in the theme panel-> custom css box for positioning:
.td-erotic .td_module_mx17 .entry-title{
margin-bottom: 10px;
}
.td-erotic .td_module_mx17 .td-excerpt{
margin-bottom:10px;
}
Thanks.
Hello yerbol89,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page and your Excerpts section. Provide there the link to this topic so we can quickly identify you.
Thanks for the message!



