Thread Starter
agengo
(@agengo)
Thank you froman118, that code made it work as it should. Can you break that down for me? I’m new to PHP code.
Thread Starter
agengo
(@agengo)
I’m using the My Page Order plugin. It only works (orders pages to correct order as defined under Pages > My Page Order) when I put in that snippet of code you gave me in the header.php file. But when I put that code in, the nav tabs are squished.
The code that I replaced with what you gave is wp_list_page('depth=1&title_li=&exclude=143' );
Thread Starter
agengo
(@agengo)
Ok, now we’re getting somewhere. The pages are ordered properly but the tabs of the nav are squished together. To fix, I can tell (through Firebug) that a <span> needs to go inside each but since that info is being pulled in where can I add the <span>?
Thanks for your help!!