XF 2.3 Displaying widget on Page node

Hristo Avramov

Active member
Licensed customer
How can I display a widget in Page Node, I do not see options for displaying in page node. I want to add it to sidebar.
 
What I did was add a sidebar to the page with widget key in sidebar position

If widget id =xyz, add to bottom of page template:

Code:
<xf:widget key="xyz" position="sidebar"/>
 
Last edited:
Back
Top Bottom