Posted in: Newspaper
Apr 24, 2014 at 9:17 am
Hi,
In each module we have the author but the code is commented, if you want to show the author you need only to un-comment that line: http://screencast.com/t/3wolMa9a5LU
To create a new module is a little complicated if you do’t have programing knowledge.
Hope this help!
Thanks for the message!
Apr 25, 2014 at 8:47 am
Hi,
You find it in modules, the excerpt http://screencast.com/t/BsGxTOst8h
Apr 28, 2014 at 9:44 am
Hi,
You can use this code:
<?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>
in each module like here: http://screencast.com/t/19exTMXCGCgR
Thanks!
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.