How to create a "new posts" widget that only appears on a Category?

I am attempting to create a "new posts" widget that appears on category pages. In core XenForo, I am only seeing the "display on sidebar" option, but I wish to add this widget in the main page section of the category. How do I accomplish this? Any help would be appreciated.
 
If there isn't a built in position which suits, you can manually add the widget to any template using: <xf:widget key="forum_overview_new_posts" /> .

Using the browser console will identify the template.

1675349972189.png
 
Top Bottom