Hide date and author
-
How to hide only author in posts?
figured out for author and date:
in theme options> in Custom CSS add: .entry-meta { display: none; }
Thanks for your answer Nick
My question is How to hide only author in posts?
use in custom css .entry-meta .meta-sep, .entry-meta .author { display: none; }
Use this code to hide the author name only
Thanks
Thank you!
How to translate “Posted on” and remove “By” ?I would also like to know how to change the text “Posted on” and remove the dates from posts, i.e. where can I find it in the files?
And, how to replace the dates on homepage with a different text?for translate “Posted on” and remove “By”, locate the file “template-tags.php”, in the folder “inc”, you can not see from the panel editor, locate the file via ftp :
‘public_html/wp-content/themes/profitmag/inc/template-tags.php’in the line 82 : replace “Posted on” for your text
in the line 87 : replace “by” for spaceis finally demo
I hope to help ..
regards
Jose
Thank you Jose! I managed to replace the “Posted on” with the text I wanted but can’t figure out how to remove the dates (the image you posted is for “Posted in” and the “posted_on” in the “content-single” is
<div class=”entry-meta”>
<?php profitmag_posted_on(); ?>
</div><!– .entry-meta –>See my post here.
I also can’t find the file where the dates are set for Featured Block ( Besides Slider ). The intention is to leave the fa fa calendar image there but replace it with text. Like I did for other Featured blocks on my home page.
ok.. If anyone needs this, to remove the date from posts, enter
.entry-date{ display: none;}
in the Theme Options/Tools/Custom CSSCould you teach me how to hide the date in the Featured Blocks on Top page?
Is there any way to hide them?
The topic ‘Hide date and author’ is closed to new replies.
