GetSimple Support Forum

Full Version: How do I add links in the Side Bar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I add links to sidebar. The main page has link icons to attach to text or image. But placing urls in sidebar using theme/edit components/ does not provide access to a link tool. Huh
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:
Code:
<?php getPageContent('my-sidebar'); ?>

Then you can use that page for your sidebar links.
components are for code typically, carlos suggestion lets you use an actual page as your sidebar, which is pretty standard around here
Or you use html, not too hard:
http://www.w3schools.com/tags/att_a_href.asp