XF 2.3 Displaying widget on Page node

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