2016-11-19, 14:32:21
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.
QUESTION How do I add links in the Side Bar?
|
2016-11-19, 14:32:21
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.
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: Code: <?php getPageContent('my-sidebar'); ?> Then you can use that page for your sidebar links.
2016-11-19, 23:46:30
components are for code typically, carlos suggestion lets you use an actual page as your sidebar, which is pretty standard around here
2016-11-22, 08:57:15
Or you use html, not too hard:
http://www.w3schools.com/tags/att_a_href.asp |
« Next Oldest | Next Newest »
|