Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
1.) The easiest way to prevent the user role from displaying is by adding the following to your style.css file
.threadauthor small a {
display: none;
}
2) No idea…