Legend in the titles of the homepage

Posted in: Newspaper
Post count: 10

How do I put the caption of posts above the titles on the homepage?

http://folhadobico.com.br/subtitle.jpg

thanks!

Post count: 10

Must be like the image below:

http://screencast.com/t/URp4Sw0xCJP

I already had in the previous version, but when updated disappeared.

Before I had the code below:

<?php $td_subtitle_module = get_post_meta($this->post->ID, ‘td_post_theme_settings’, true); ?>
<p class=”td-sub-title”><?php if(!empty($td_subtitle_module[‘td_subtitle’])){echo $td_subtitle_module[‘td_subtitle’];} ?></p>

Post count: 7909

Hi,

Please edit each module where you want subtitle and add this code – http://screencast.com/t/euwfGe72hL6vhttp://screencast.com/t/N9okwHWQ

<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true);  ?>
            <p class="td-sub-title"><?php  if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>

Thanks!

Post count: 3

Hi Alin,

Thank you So much. The code you gave really helped me and it worked.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.