Yes, you can hide the author of help center articles without coding for web browsers by unchecking the author element in the Copenhagen theme.
This method is straightforward and doesn't require any coding knowledge. However, for mobile apps or search results, some coding adjustments are necessary. For more information, see the article on customizing your help center theme.
To hide the author of help center articles in Zendesk, you can adjust settings based on the platform. For web browsers, simply uncheck the author element in the Copenhagen theme. For mobile users on iOS or Android, you'll need to modify the mobile…
To hide the author in Zendesk's mobile app, you need to modify the mobile app source code. This involves hiding the footer where the author information is displayed. By editing thehelp_center_article_style.css
file, you can ensure that the…
To hide the author from search results in Zendesk, you can use HTML comments in thesearch_results.hbs
page. This involves wrapping the author element with<!-- -->
to prevent it from being displayed. The code should look like this: `<!-- <li…