Tagged: ,

Viewing 9 posts - 21 through 29 (of 29 total)
  • Author
    Posts
  • #42191
    Klaas
    Member

    Hi,

    Does anyone know how to move the metadata (author, date) from under the post title to the bottom of the post? Or, how to increase the space between the post title and the ‘posted on July 5, by K’ under it? It would make the post title less crowded to look at.

    I tried several things but can’t find the solution.

    thanks,

    Klaas

    #42192
    Sakin
    Keymaster

    @Klaas: Are you using Catch Everest Theme?

    If you want to hide entry meta then you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    #42195
    Klaas
    Member

    Hi Sakin,

    Thanks for your super fast reply. Yes I’m using catch everest theme, it’s a fantastic theme. Do you know how to make the meta data to show below the post (where there’s also the info ‘Posted in uncategorised’) instead of below the title?

    Klaas

    #42203
    Sakin
    Keymaster

    Hi Klaas,

    So, if you just want to hide the meta just below the title and want to show below the post. Then you can replace previous css with the following:
    .entry-header .entry-meta { display: none; }

    Regards,
    Sakin

    #42221
    Klaas
    Member

    Hi Sakin,

    It’s not working. It makes the date and author disappear below the post title, but the date and author are not shown at the bottom of the post… I don’t want to erase the date and author, just move them to the bottom of the post.

    In case this would not be possible, do you know how to increase the white space between the post title and the ‘date and author’?

    Klaas

    #42241
    Sakin
    Keymaster

    Hi Klaas,

    Yes, you cannot do that from Custom CSS. For changing the location, you need to build child theme and do the changes. It’s bit technical.

    But yes, adding spaces between can be managed by adding padding top. You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want more space then you can increase from 10px to 15px and so on.

    .entry-header .entry-meta { padding-top: 10px; }

    Regards,
    Sakin

    #42244
    Klaas
    Member

    You’re awesome, thanks so much Sakin.

    Klaas

    #56865
    radz
    Member

    Hi Sakin,

    sorry to trouble you. I’ve read the thread but couldn’t find the exact way to remove just the author from my site? I was also wondering if there was a way to leave the date for some posts but remove it from others?

    thank you so much

    #57056
    Sakin
    Keymaster

    @radz: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide author in Catch Everest Theme.
    .by-author { display: none; }

    It’s not that possible to do just by css to hide date for some post only.

Viewing 9 posts - 21 through 29 (of 29 total)
  • The topic ‘Remove Author and Date Text from Posts’ is closed to new replies.