Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION How do I add links in the Side Bar?
#1
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
Reply
#2
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.
Reply
#3
components are for code typically, carlos suggestion lets you use an actual page as your sidebar, which is pretty standard around here
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#4
Or you use html, not too hard:
http://www.w3schools.com/tags/att_a_href.asp
Reply




Users browsing this thread: 1 Guest(s)