You are browsing the Legacy version of this article. For the current version, see: I don't want to show the author for Knowledgebase articles
Question:
How do I remove the author attribution for Knowledgebase articles on the portal? I don't want to show this information.
Answer:
You can do this by editing two templates. Go to Admin > Portal > Templates and click on the Articles folder.
Edit article.html and delete this line:
<li class="dp-author"><i class="dp-icon-user"></i> {{ article.person.display_name_user }}</li>
Do the same for browse.html.
This will remove the author name when viewing an individual article or browsing a category.
If you make a mistake editing one of the templates and there's a problem displaying those pages, just select the problem template and use Revert to default.
Comment (1)