2016-11-19, 19:19:44
A way to do this:
- Create a page with slug my-sidebar. Give it the title you prefer. (Recommended: make it private)
- Insert this in your sidebar component:
Then you can use that page for your sidebar links.
- Create a page with slug my-sidebar. Give it the title you prefer. (Recommended: make it private)
- Insert this in your sidebar component:
Code:
<?php getPageContent('my-sidebar'); ?>
Then you can use that page for your sidebar links.