Removing search bar, comments and author tag
-
I’m a complete newbie at this, so patience is appreciated.
I’d like to remove the search bar, ability to make comments (or ‘comments are not allowed’) and the author tag at the end of a post (Posted in X on X).
I am using the “Suits” theme.
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
This custom CSS removes the search bar:
.site-header .search-form { display: none; }And this CSS removes the author tag at the end of the post (it removes the comment link as well):
footer.entry-meta { display: none; }(In case you didn’t know, this help page explains where you put those custom CSS codes: http://en.support.wordpress.com/custom-design/custom-css/)
Finally, this is how you disable comments in WordPress: http://en.support.wordpress.com/enable-disable-comments/#enabledisable-comments
-
-
- The topic ‘Removing search bar, comments and author tag’ is closed to new replies.