Sunday was the History. Music. Chicago. train ride. It was pretty much everything we imagined it would be, we had our own 2 car train to hang out in, complete with an operator who's won the CTA rodeo 2 years in ...
-
HOME
Calendar
Random project
Sunday was the History. Music. Chicago. train ride. It was pretty much everything we imagined it would be, we had our own 2 car train to hang out in, complete with an operator who's won the CTA rodeo 2 years in ...
Over the past couple days i've moved my entire portfolio from static HTML pages to wordpress pages. for the moment i'm using one template for all of them. With static HTML I was using 1 template per project, which let me show only the current project's pages in the side menu, and the list of projects in the top menu. (example). With Using 1 template, it's tempting to use <?php wp_list_pages() ?> to generate the side menu. except that i have A LOT of pages. 38 at last count. So I want the side menu to only show the list of projects, and the list of subpages for the current project.
While I could do something like hiding .pagelist ul ul ul in CSS, and then making .pagelist ul li.current_page_item visible, the nexted lists under .current_page_item always looked kind of stupid, since there's no way to style them individually. So I looked to squible. because I remembered karrde dealing with a submenu that showed other children of the current page's parent. so now my menu looks like this:
NOTE: you may use the image linked in the sample CSS below. it was released under the GPL as part of the Disconnected theme. Please DO NOT use my header image.
So you bought the Custom CSS upgrade. but you've already got a ...
This Sandbox Skin is for self hosted Wordpress installations. If you are using the Custom CSS upgrade on wordpress.com, get just the CSS.
...