Title: Post Meta Tags
Last modified: December 5, 2019

---

# Post Meta Tags

 *  [cendu](https://wordpress.org/support/users/cendu/)
 * (@cendu)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/)
 * The way the theme is set up isn’t very customizable. If you look at this blog
   post you will see that the meta tags are displayed right at the top and looks
   awful that way. I would like to either hide them or move them to the bottom of
   the post. I tried adding this code but it doesn’t even seem to respond to any
   additional css.
 *  .single-post .entry-tags {
    display: none; }
 * Please advise.
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-meta-tags%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [MyWebApp Software and Analytics](https://wordpress.org/support/users/wpmwa/)
 * (@wpmwa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/#post-12212292)
 * Hello [@cendu](https://wordpress.org/support/users/cendu/)
 * Use this code in Appearance > Customize > Additional CSS
 *     ```
       .metabox {
           display: none;
       }
       ```
   
 * This will remove meta tag on your site.
 * To move them to the bottom of the post –
    We need to do changes in the code.
 * Thank you
    -  This reply was modified 6 years, 6 months ago by [MyWebApp Software and Analytics](https://wordpress.org/support/users/wpmwa/).
 *  Thread Starter [cendu](https://wordpress.org/support/users/cendu/)
 * (@cendu)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/#post-12212318)
 * Hello! Thanks for replying. This code removed the author name and date from displaying
   but not the meta tags (or category)
 *  Thread Starter [cendu](https://wordpress.org/support/users/cendu/)
 * (@cendu)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/#post-12212388)
 * Hello,
 * I got it to work using this code:
 * .tag_list {
    display: none; }
 *  Theme Author [MyWebApp Software and Analytics](https://wordpress.org/support/users/wpmwa/)
 * (@wpmwa)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/#post-12214477)
 * Hello [@cendu](https://wordpress.org/support/users/cendu/),
 * Oh ok, we thought you wanted to remove all meta tags that’s why we provide the
   solution according to that.
 * Thank you for sharing your answer here, it will help others also.
 * Thank you for using our theme.

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

The topic ‘Post Meta Tags’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [MyWebApp Software and Analytics](https://wordpress.org/support/users/wpmwa/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/post-meta-tags/#post-12214477)
 * Status: not resolved