Hi,
I do not want to have hild pages on the main menu. Instead of that I what that whenerver a page on the main menu is clicked, ONLY the left side bar becomes into a new menue that contains 3 or 4 more pages.
Is that possible?
Hi,
I do not want to have hild pages on the main menu. Instead of that I what that whenerver a page on the main menu is clicked, ONLY the left side bar becomes into a new menue that contains 3 or 4 more pages.
Is that possible?
If you want a widget in the sidebar to display just the child pages of the current parent page, try http://wordpress.org/extend/plugins/be-subpages-widget/
hej! that's exactly what I needed. Now, do you know how to enable subpages unfolding from main menu when scrolling over them?
got it. just had to remove
'#access ul li:hover > ul {
display: block;
}'
From style.css
You must log in to post.