Cutline Theme Support Forums » Cutline Theme Support Forums

Child pages not showing up

(4 posts)
  • Started 4 years ago by sc
  • Latest reply from sc
  • This topic is not resolved

  1. Need them to show....
    help appreciated.

    Posted 4 years ago #
  2. 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:

  3. href="<?php bloginfo('url'); ?>/archives/">archives
  4. href="<?php bloginfo('url'); ?>/about/">about
  5. 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 #
  • sc
    Member

    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 #
  • sc
    Member

    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 #

  • RSS feed for this topic

    Reply

    You must log in to post.