How to remove recent posts?
-
Does anybody knows how to get rid of this recent post area?
-
@Janath-Dilshan you will have to modify the theme template to remove it.
remove these lines
-
...or edit static css in admin and include:
.teaser { display:none; }
-
Worked like a charm. Got couple of hours to fix that
Copyright © 2024 NodeBB | Contributors