• Hi,

    Can somebody help me with this?

    Tried doing .entry {display: none}, and theme developer said “To remove the blog author’s name from a blog post, use the following code: .blog-left a.blog-author { display: none; }

    To remove the post’s date , use the following code: .blog-details p.date { display:none; }” Tried this one also but still not working.

    I want to remove post meta info on all default pages template. http://www.unitedworldfoundationphilippines.net/

    Thank you.

    Best regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    I checked out your site and for the home page the author is right, you can hide the author and date with the given css styles. It’s not in your CSS yet, though.

    However, I am not sure if you completely understand the difference between posts and pages, because the author talks about “posts”, you say “pages” and your site looks like using posts where instead pages would be better (i could be wrong though). Maybe have a read here: http://en.support.wordpress.com/post-vs-page/

    If you want to hide the author and date information from – let’s say – this about-us page, then this is the CSS needed:

    .page .details > .list { display:none; }

    Regards,
    Bella

    Thread Starter mguerta

    (@mguerta)

    Hi Bella,

    Thank you.

    Yep I’m talking about the pages. The theme has a default template, whenever I use the default template, post meta information is showing.

    How about on the other default pages that I want to remove post meta? Is this for all the default template im using on the site? .page .details > .list { display:none; }

    Thanks again.

    Thread Starter mguerta

    (@mguerta)

    Hi Bella,

    Tried the css code, unfortunately it’s not working.

    Thanks

    Thread Starter mguerta

    (@mguerta)

    Hi Bella,

    It’s working now. I’ve put something wrong before so it didn’t worked. Now it’s fine.

    Thank you so much for your help.

    Best regards,

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

The topic ‘Removing post meta data information’ is closed to new replies.