Adding excerpt yo block 10

Posted in: Newsmag
Post count: 15

Hi,

I would like to have the excerpts from my posts show in block 10. How can I do this?

I’d like to be able to control the length of the excerpts in block 10 as well.

Thanks!!

Post count: 6535

Hi

You can achieve that by aiding this code in td_module_9.php file like here: http://screencast.com/t/F2u5ccT1http://screencast.com/t/YNrGZadl5yGo

  <div class="td-excerpt">
                    <?php echo $this->get_excerpt(10);?>
                </div>

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 15

Where do I find td_module_9.php?

Post count: 6535

HI

Please check this screen: http://screencast.com/t/SQyYL1wmzYi
Thanks!

Post count: 15

I see that. But, can I find that on the WordPress platform or do I need to use something like dream weaver to access those files?

Post count: 6535

HI
That file is not available in WordPress editor, you need to login on your server via ftp in order to make the change. Best way is to edit the file on your computer using any text editor then upload it via ftp in same exact folder.

Thanks!

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