PDA

View Full Version : Main Menu relocate: In the sidebar


joshualindquist
February 25th, 2006, 10:41
I am attempting to customize a new K2 install so that the main menu that defaults to below the header (page links) is moved the left sidebar. A site that has this is http://www.wdanielryan.com. Could anyone help a novice CSS editor to make this work out?? :)

Kindly,
Josh

Matt
February 25th, 2006, 10:44
You could call it up using wp_list_pages('title_li=');

Just put it in your sidebar and then style it accordingly.

joshualindquist
February 25th, 2006, 10:45
I can't see the code.. which file do I need to edit in the latest version of K2?

joshualindquist
February 25th, 2006, 10:53
Ok.. perfect. I got that much. Part two of this project, is to get the sidebar over to the left side. Could anyone help me out?