Title: Post customization
Last modified: August 31, 2016

---

# Post customization

 *  [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-customization/)
 * Hello,
    i would like to make visible in the post only category and tag so i need
   to hide author, date and comment. How to do it?
 * Another question is how to insert in the feature post also two line of text.
 * Thank you so much

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-customization/#post-7045742)
 * add this to customize->general->custom css
 * .post-author,.post-date,.post-comment { display:none !important; }
 * > Another question is how to insert in the feature post also two line of text.
 * could you be more specific, no idea what you mean on this…
 *  Thread Starter [alederodesign](https://wordpress.org/support/users/alederodesign/)
 * (@alederodesign)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-customization/#post-7045813)
 * Now i see only the category below the title post. It is also possible to show
   the tag’s post?
 * As for the second question i mean in the right sidebar you can show the custom
   post type with thumb, and title. it is also possible to show few line of text?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/post-customization/#post-7045848)
 * open lib/templates/post-meta.php
    try add this before <?php if ( comments_open()){?
   >
 * `<?php if( has_tag() ) { ?><span class="post-tags"><i class="fa fa-tags"></i>
   <?php the_tags('', ', '); ?></span><?php } ?>`
 * opne lib/functions/widget-functions.php and add this in line 404 before closing
   <div class=”/feat-post-meta/”>
 * `<?php echo dez_get_custom_the_excerpt(15); ?>`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mesocolumn/1.6.5.1/screenshot.
   png)
 * MesoColumn
 * [Support Threads](https://wordpress.org/support/theme/mesocolumn/)
 * [Active Topics](https://wordpress.org/support/theme/mesocolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mesocolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mesocolumn/reviews/)

## Tags

 * [feature](https://wordpress.org/support/topic-tag/feature/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 3 replies
 * 2 participants
 * Last reply from: [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/post-customization/#post-7045848)
 * Status: not resolved