Possible to have tags in info block?

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Wed Apr 02, 2014 10:35 am
I believe the subject says it all. Is it possible to choose tags in info block or is there only category, date, author and comments?
User avatar
Junior Boarder

GK User
Wed Apr 02, 2014 11:05 am
Hello,

You can change it. Tags are now in CloudHost/layouts/content.post.footer.php file, you can move this fragment into content.header.php or directly into gavern/helpers/helpers.layout.fragments.php file (gk_post_meta function):

Code: Select all
<?php if($tag_list != '' && $param_tags): ?>
   <p class="tags">
      <?php _e('Tagged under:', GKTPLNAME); ?>
      <?php echo $tag_list; ?>
   </p>
   <?php endif; ?>

Don't forget about $tag_list variable after global $tpl.
User avatar
Moderator

GK User
Wed Apr 02, 2014 11:19 am
My bad on last post. What i wanted to do was to choose tags in news show pro info block. Is that possible?

Sorry for any inconvenience.
User avatar
Junior Boarder

GK User
Wed Apr 02, 2014 1:40 pm
No problem, but unfortunately with GK News Show Pro it's not possible.
User avatar
Moderator


cron