Content publishing - Taxonomy and topic fields are hidden for a custom page Issue The Taxonomy and Topic fields are hidden in the portal content publishing process for custom pages. If you create content with the publish plan, then the taxonomy and topic fields should be visible to make that content visible on a specific page in the portal.Steps to reproduce the issue:1. Create a custom page.2. Navigate to Content Publishing from the Navigator and select View All.3. Create or select the content you wish to display based on your requirements.4. Proceed to the Publish section and click on Add a Publish Plan or choose an existing one.5. In the Page field, select the custom page you have created.6. Observe that the Taxonomy and Add Topic fields are not visible.Actual behavior: The Taxonomy and Add Topic fields are not displayed, which is the intended behavior for custom pages.Expected behavior: The Taxonomy and Topic fields should be visible and available for selection in the content publishing process for custom pages. Actual behavior Expected behaviorReleaseAllResolutionTo resolve the issue, you will need to update the Category field in the sp_page table for the specific custom page. Change the Category field value from 'Custom' to 'Taxonomy.' Note: By default, the Category field is hidden in both the List and the form views, and it cannot be edited from the List view. To make it editable, add the field to the form using Form Layout or Form Builder, and then update the value.