In Knowledge Management, how can I use a different article view page other than the default kb_article_view pageIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description The article links inside the OOB "Most used article" widget points to the kb_article_view and it is done in the java layer. Therefore one way to resolve the issue is to customize the page "kb_article_view" instead of pointing it to a newer page. Procedure Please refer below to customize a widget inside a page EDIT THE WIDGET: In order to do so, open the service portal -> knowledge base -> open any knowledge article. Ctrl + click on the widget and select "widget in editor" Clone the widget, by clicking on the hamburger icon at the right top You could see that the author name is displayed as ${Authored by {{::data.author}}} on line 12 under "HTML Template" Remove that line. Similarly edit all the changes that needs to be made on the editor. Save it. ADDING THE CLONED WIDGET TO SERVICE PORTAL: Now go back to the service portal page, where we have the knowledge record open. Ctrl + click on the widget and select "page in designer" Inside the designer, Replace the "KB Article Page" with the clone that we just created (we can search for the widget using the filter at the left top) Now we can see the customized widget on the service portal page for the knowledge articles. Applicable Versions Kingston and earlier versions