How to remove pages with author,uncategorized, categorized and author titles?
-
Hello,
how can I remove / delete the category, uncategorized, archive and author pages / titles in my blog, so that they would not appear on my blog? The main problem is, that I would like to remove / delete all those pages with boxes and titles like author, category, archive, uncategorized (pages with little value). I use the theme Confit.
The pages is want to hide/delete are for example these:
http://marimakiranta.net/category/uncategorized/
http://marimakiranta.net/author/mmakiran/I tried this CSS-code to move the box “category” from the page but I couldn’t.
.category .page-title {
visibility: hidden;
}.category .page-title span {
float: left;
visibility: visible;
}Thank you in advance!
The blog I need help with is: (visible only to logged in users)
-
The example you included is for keeping category page titles, but removing the prefix for them, such as “Category Archives: “.
To hide the entire header box on archives pages in the Confit theme, add this to your Appearance → Custom Design → CSS editor:
.page-header { display: none; } -
I think I managed to hide the header boxes:) They do not appear anymore, thank you very much.
- The topic ‘How to remove pages with author,uncategorized, categorized and author titles?’ is closed to new replies.