Remove author from posts
-
Heelo guys!
ive been trying to search all over the forum about this, and tried several of the tips given about this, but still havent got it to work..
this is what i want:
remove:
March 19th, 2012 Aleksander <- remove this name (not the date, date is fine)this is what i have tried:
removed <?php the_author() ?> from single.css and index.css
added this to style.css:
.entry-meta, .entry-utility {
display:none;
}here is a pstebin.com link to my:
single.css file: http://pastebin.com/HpsSgdAj
index.css file: http://pastebin.com/Yx9JSzmf
hope there are some css/wp nerds out there with some other tips to help me get rid of the author name from posts 🙂
The topic ‘Remove author from posts’ is closed to new replies.