Legacy Knowledge Base
Published Jul. 2, 2025

Re-Enabling the RSS Publisher Widget in DXP 7.1

Written By

Christopher Lui

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

The RSS Publisher widget has been hidden in DXP 7.1. It was included in the release, but hidden by changing the display category property to category.hidden. If you want to unhide the RSS Publisher widget, execute the following steps:

Environment

  • Liferay DXP 7.1

Resolution

  1. Create a new file called com.liferay.rss.web.internal.configuration.RSSWebCacheConfiguration.config
  2. Change the display category by adding the text below to the body of the file.
    com.liferay.portlet.display-category="category.cms"
    
  3. Place the file in the /osgi/configs folder located in the Liferay home folder.
  4. The RSS Publisher will now be available under the Add > Widgets menu in the Content Management category.
Did this article resolve your issue ?

Legacy Knowledge Base