Need them to show....
help appreciated.
Cutline Theme Support Forums » Cutline Theme Support Forums
Child pages not showing up
(4 posts)-
Posted 4 years ago #
-
more information:
got it!!!
now i just have to get them to pick up the css they're huge!In writing this post i noticed that the header fix had a depth of 1 - just changed that to a '3' and there they are!!
1. couldn't get any of the pages to show and so added the suggested fix to the header. - replacing:
- href="<?php bloginfo('url'); ?>/archives/">archives
- href="<?php bloginfo('url'); ?>/about/">about
with:
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>2. .htacess file has permissions changed to 666
3. permalinks changed to : custom structure: /%postname%/Posted 4 years ago # -
changed the 3 to a 2 - still working - now have to hunt through the css -
forgot to post the blog - it is not technically live yet - am setting it up for a charity i volunteer for.
http://www.sunbeam.org/atacama/Posted 4 years ago # -
found the nav css - changed the ul#nav li from 1.4 ems to 11px - now just slightly smaller than the headers....:
ul#nav li { padding: 0.85em 40px 0.7em 0; font: bold 11px Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }now my only problem is how to mark this solved!
Posted 4 years ago #
Reply
You must log in to post.
not resolved