Horje
Remove post meta - Wordpress Solution
Hi! I'm looking for a CSS code (or plugin), witch hides the meta information on a page below the title. For example here: http://motoco.me/contact/ Hide this text: by MISCHA SCHAUB on Nov 23, 2011 • 12:55 • Edit entry I could hide the the black writen text with this CSS code:
.entry .post-meta span, .entry .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;
display: none;
}
but then there is still: by and on there! Also I would prefer to hide the post meta only on pages and not on articles, if possible. Does anyone has a solution? Thanks a lot!

Solution - 1

it is not good to hide to this using css , can you share page.php


Solution - 2

You can use: .page .post-meta { display: none; }





Wordpress

Related
How to get a number of BuddyPress members, groups, blogs? - Wordpress Solution How to get a number of BuddyPress members, groups, blogs? - Wordpress Solution
My Site spans to the right on every page (Twenty Ten Theme) - Wordpress Solution My Site spans to the right on every page (Twenty Ten Theme) - Wordpress Solution
Multi site nightmare headache - Wordpress Solution Multi site nightmare headache - Wordpress Solution
Category archive page, how to keep hyperlinks intact? - Wordpress Solution Category archive page, how to keep hyperlinks intact? - Wordpress Solution
Wordpress Twenty Ten Theme 2 things - Wordpress Solution Wordpress Twenty Ten Theme 2 things - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9