how to show excerpt in slider module

Posted in: Newspaper
Post count: 14

hello, I would like to add the excerpt below the title on the slider, but I can not, can you help me?
thank you

https://cdn.img42.com/2d746aadf8b04930dfad514d51e4b518.png
https://cdn.img42.com/0fcce5e8263e5f4ff687c431d2b9d8e1.png

Post count: 22421

Hello,
You have to copy the function from td_module and add it into this file and then call it under the comments. I added the whole code in pastebin so you can simply replace all the code in the file:
http://pastebin.com/Dd5mMgsZ
result: http://screencast.com/t/TesZfMJ0ESl
Thank you!

Post count: 14

hello, how do I increase the excerpt size in the slider?

View post on imgur.com

tks

Post count: 14

I forgot to mention how changing the source of the excerpt.
thank you

Post count: 22421

Hello,
If you look through the code you can see this part like so: $buffy .= $this->get_excerpt(50);$buffy .= '';
Thew number 50 represents the number of words the excerpt will grab. You can change this number to your preferred one.
Thank you!

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