Hello @ismailsafwat 👋 Glad to hear that you like the theme. Thanks for bringing up this issue. To adjust the visibility of author, date, tags & comments is already on my to-do list. For the time-being, you can use the following CSS snippets to hide the corresponding sections:
/* Hide author */
.post-author {
display: none;
}
/* Hide date */
.post-date {
display: none;
}
/* Hide tags */
.post-tags {
display: none;
}
/* Hide categories */
.post-cateories {
display: none;
}
I’ll let you know once I released the next version of the theme, which should enable you to control the visibility of author, date, tags & comments for archive pages, regular pages and post pages. 😀
-
This reply was modified 6 years, 2 months ago by
Niels Lange.
Thank you, man!
I really loved the theme, simple and minimalist at its best.
Hello @ismailsafwat 👋 I just released a new version of the theme which allows to control the visibility author, date, tags* and categories* on archive pages, regular pages and post pages.
* Regular pages do not have tags and categories by default. Thus, to control the visibility of tags and categories on regular pages, an additional plugin, e.g. Category Tag Pages, is needed.
If you like the theme as well as the implemented feature, feel free to leave a rating via https://ww.wp.xz.cn/support/theme/smntcs-retro/reviews/#new-post. 😁
-
This reply was modified 6 years, 1 month ago by
Niels Lange.