subtitle in module 14

Posted in: Newsmag
Post count: 23

i like to put subtitle above post title, especially in module 14. is there any solution for that.

thanks
Hamzah

Post count: 7909

Hi,

You can edit td_module_14.php and add this code: http://screencast.com/t/sBygDXxlbR5o

<?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/dtJwPCYeJ0Zhttp://screencast.com/t/HpVHAxhnVyn

Thanks!

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