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!
thank you i have been looking in modules and this is what i want to acieve
-
This reply was modified 10 years by
StephanusD.
this what i want to achieve – http://screencast.com/t/Y1k6v48cn5
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/AEerjyLioZy – http://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!
-
This reply was modified 10 years by
Alin [tagDiv].
thank you. for your help it worked and it is what i was looking for.
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!