excerpt on block25

Posted in: Newspaper
Post count: 7

Hello,

Is it possible to display an excerpt text on the block 25?

Thanks
Nico

Post count: 22421

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

Post count: 7

Hello Bogdan,

In fact I use erotic template and block are display in other way like this:

Heberger image

Thanks
Nico

  • This reply was modified 8 years by nico39.
  • This reply was modified 8 years by nico39.
Post count: 22421

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.

Post count: 7

Whaao! Thanks Bogdan B. ! You rock!!

Thanks very much
Work perfectly!
Nico

Post count: 29

I add for td_module_2.php
<?php echo $this->get_excerpt(12); ?>

But my home page excerpt not shorts. 🙁 Why?

Post count: 23312

Hello yerbol89,

Try to clear all the caches and check the results. Maybe, you have a strange cache and that’s why you cannot see the new results because the older results will be displayed.

Thanks for your understanding!

Post count: 29

Newspaper version: 8.1.1
Wordpress verson: 4.8.2

I add <?php echo $this->get_excerpt(2); ?>

Cache disable. But excerpt not short text.

Post count: 23312

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!

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