Legend on the homepage, above titles

Posted in: Newspaper
Post count: 10

I wonder how do I put the caption on the links of the homepage like this photo: (subtitles are in red)

http://www.folhadobico.com.br/wp-content/themes/folhadobico/subtitles.jpg

Has anyone done the newspaper theme?

thank you

Post count: 10

I’ve tried with various plugins and will not appear caption on the homepage. Will be if it’s because I’m using Newspaper theme?

Plugins I’ve ever used and it did not work: WP Subtitle, Subtitle Kia, Secondary Title, Subtitles …

Post count: 7909

Hi,

You need to add this code in each module that you want subtitle to appear – http://screencast.com/t/Dvo8nuKMmtCYhttp://screencast.com/t/TR9xTAYvs

<?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>

Result: http://screencast.com/t/URp4Sw0xCJP

Hope this helps!

Post count: 10

It worked. Thanks!

Post count: 10

good evening

When I updated to the new version desapareu the subtitles on the homepage.

What should I do?

Post count: 7909
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.