How do I change the information displayed in my footer? I'm able to change certain information. I would like to change my pages option to categorys where my content is? How can i achieve this change?
How to change info in my Footer?
Started by
techzibit1
, Apr 20 2012 10:35 PM
1 reply to this topic
#1
Posted 20 April 2012 - 10:35 PM
#2
Posted 21 April 2012 - 04:15 PM
To do this you'll need to replace the default 5 widgets in that footer with widgets you can customize in the Footer Columns sidebar under Appearance > Widgets (you need to replace all 5 because once you drag one widget into that sidebar, the others disappear). For the second widget (where the pages are located), you can add a text widget and include the links to your categories using HTML. For example:
tag for the logo Widget 3 (Latest posts widget): A latest posts widget Widget 4 ("More" widget): Text widget with text Widget 5 (Copyright widget): Your copyright information
<a href="http://category-link-here">CATEGORY NAME 1</a> <a href="http://category-link-here">CATEGORY NAME 2</a> <a href="http://category-link-here">CATEGORY NAME 3</a> <a href="http://category-link-here">CATEGORY NAME 4</a>As for the other widgets, the following replace them: Widget 1 (Footer logo widget): Text widget with










