Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #51125
    Kim
    Participant

    How can I remove ‘Posted on’ over the posts?

    Kim
    hidemyage.com

    p.s. Um, you’re creating these themes too fast. By the time I have flames set up you’ll have another I like better!!!

    #51131
    Sakin
    Keymaster

    @Kim: You have already remove posted on. I don’t see it. There is only date.

    Yes, I need to create more and more themes 🙂

    #51164
    Kim
    Participant

    Sorry! I meant the staging site:
    http://hidemyage.staging.wpengine.com/

    #51291
    Sakin
    Keymaster

    @Kim: Just add the following css in your Custom CSS box:

    .entry-meta .sep, 
    .entry-meta .by-author {
        display: none;
    }
    #51323
    Kim
    Participant

    Thank you!
    Two other things:
    1- how do I make the Date bigger on my posts
    2- Is there a way to move the Previous Next to the bottom of the post? Otherwise how do I get rid of it.

    #51388
    Sakin
    Keymaster

    @Kim:
    1. You can change the font size in the following css and then add it in your custom css box:
    .single-post .entry-date { font-size: 12px; }

    2. You can hide it by adding the following css:
    #nav-single { display: none; }

    #51459
    Kim
    Participant

    2. So I guess that means there’s no way to put it on the bottom of the page?

    #51610
    Sakin
    Keymaster

    @Kim: It’s not no way. It will be hard way. You need to build child theme and do high level of customization. So, you need to hire developer for this.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove 'posted on'’ is closed to new replies.