Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing the displayed user role on post pages

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… :)

Skip to toolbar