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
nodebb-theme-persona/templates/partials/categories/item.tpl at master · NodeBB/nodebb-theme-persona
Persona - A modern and responsive NodeBB theme. Contribute to NodeBB/nodebb-theme-persona development by creating an account on GitHub.
GitHub (github.com)
-
...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