Genesis Themes

  • Home
  • Genesis Tutorials
  • WP Tutorial
  • Twenty Fifteen Theme
  • Social Media
  • WP Plugins

Remove Post Meta and Post Info in WordPress 2015 Theme

Remove Post Meta and Post Info in WordPress Twenty Fifteen Theme

Ultimate guide to remove post meta and post info in 2015 WordPress theme. Twenty fifteen WordPress theme is a  clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. The team designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.

remove post meta and post info

In Genesis and many WordPress themes,there will be post info ( author, date and comments) and Post metadata (category and tag) fields.But in Twenty fifteen theme (default theme from WordPress 4.1 version), there is only one field called .entry-footer, which displays author, date of published, category and tag information.

You can easily remove post metadata and post info in twenty fifteen theme with the following code.This code should be added to your WordPress twenty fifteen child theme's style.css file.

.entry-footer {
display:none !important;
}

The above code will remove all post metadata and post info  from your all posts.

If you want to show post info and post meta for single post but not in home page, then here's the great solution to remove post information from blog/home page.This code also  be add to your twenty fifteen child theme's CSS file.

.home .entry-footer { 
display: none; 
}

It's totally your choice to remove post info and meta from only home page or for all posts in your WordPress website.

Note: Image capture taken from top engineering colleges website, which is my another website, using 2015 WordPress theme.

Still are you facing problems, no worry, drop a comment, i will help you to remove post info and metadata from you WordPress website.

Related Posts

  • 5+ Best WordPress Twenty Fifteen Child Themes
  • Exclude Category Posts from Homepage in WordPress
  • How to Create a WordPress Twenty Fifteen Child Theme
  • Remove Proudly Powered by WordPress in Twenty Fifteen Theme
  • Show one category Posts on Home Page in WordPress 2015 theme
  • Add Social Media icons to Twenty Fifteen WordPress Theme
  • How to Add Logo to Twenty Fifteen Themes
  • Customize WordPress Twenty Fifteen Theme

Comments

  1. One says

    February 20, 2015 at 1:55 am

    Thanks!!!

  2. Deix says

    April 7, 2015 at 2:21 pm

    I would like to hide the Date and Author of the Post in the Twenty fifteen WordPress theme. Is there any other CSS selector , ala ".entry-footer", to select the Post Date and the Post Author? Thanks!

  3. Yep says

    April 14, 2015 at 11:11 am

    Your solution worked like a charm. I usually don't leave comments like that, but hope that this one will help you to keep up the good work.

  4. Niv Calderon says

    April 14, 2015 at 2:38 pm

    I was successful in removing the meta and info from the post, but i didnt succeed in hiding it from the homepage. What can I do?

Bluehost and Siteground Coupons for January 2016.

Best Premium WordPress Themes from TemplateMonster
download wordpress themes from MonsterOne

Categories

  • Blog
  • Blogger
  • Genesis Tutorials
  • Social Media
  • Top Websites
  • Twenty Fifteen WordPress Theme
  • WordPress Plugins
  • WordPress Tutorial