- This topic has 28 replies, 11 voices, and was last updated 9 years, 6 months ago by Sakin.
-
AuthorPosts
-
August 9, 2014 at 10:42 pm #42191KlaasMember
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
August 9, 2014 at 11:06 pm #42192SakinKeymaster@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; }
August 10, 2014 at 1:52 am #42195KlaasMemberHi 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
August 10, 2014 at 9:22 am #42203SakinKeymasterHi 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,
SakinAugust 10, 2014 at 4:52 pm #42221KlaasMemberHi 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
August 11, 2014 at 12:09 am #42241SakinKeymasterHi 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,
SakinAugust 11, 2014 at 1:21 am #42244KlaasMemberYou’re awesome, thanks so much Sakin.
Klaas
May 1, 2015 at 2:22 am #56865radzMemberHi 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
May 3, 2015 at 1:00 pm #57056 -
AuthorPosts
- The topic ‘Remove Author and Date Text from Posts’ is closed to new replies.