block 1 can i change the date to show intro text of the posts

Posted in: Newspaper
Post count: 23

i have block one on my template and can i instead of showing thee date dy the side posts that it show intro text.

Post count: 7909

Hi,

Not sure what you mean please provide more details and your site url if the date is not displayed properly like you can see on our demo – http://demo.tagdiv.com/newspaper/http://screencast.com/t/GJP8hnghEZy
Each block is made using modules, for example block 1 is designed using module 4 and module 6 – http://screencast.com/t/3BxGzA5jei If you want to make some custom modifications you can find all modules here – http://screencast.com/t/HLOc884T72

Thanks!

Post count: 23

thank you i have been looking in modules and this is what i want to acieve

Post count: 23

this what i want to achieve – http://screencast.com/t/Y1k6v48cn5

Post count: 7909

Hi,

Module 6 was not designed to display excerpt, but you can modify it if you want this. Please check another module which has excerpt and copy the code(also set a value for content length), for example – http://screencast.com/t/AEerjyLioZyhttp://screencast.com/t/4wCuwMkfDHjI

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

Please note that module 6 is used also for block 2, 7 and 16 so it will affect this.

Thanks!

Post count: 23

thank you. for your help it worked and it is what i was looking for.

Post count: 4

Hi,

Great info but, where i shoul put the code? In what file?

Thanks!

Post count: 22421

Hello,

Add the code in the module where you want to add a caption to: https://www.screencast.com/t/acAv56aTAnR
This topic refers to module 6

Thank you!

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