• Hi could you please help me disable this following messages from my site page-“Added on Nov 20, 2012 in”,here’s my website link-http://unstoppable.us/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jack, there is a plug-in called ‘WP Date Remover’ that automatically removes the date and time from posts!

    Otherwise if you add the following code to your CSS it should remove everything:

    .post .meta, .pages .meta {
        display: none;
    }
    Thread Starter jackbd

    (@jackbd)

    Hi possum7 where do i add the following codes-.post .meta, .pages .meta {
    display: none;
    }

    i tried to find those code on the wordpress admin editor option under css file sheet but couldn’t find anything or do i change my stylesheet from theme folder?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to turn off date showing on my site pages’ is closed to new replies.