• 1. Is there any way to customize the top navigation menu? Right now it’s stuck on “categories”, “pages”, “subscribe”, and “contact”, and we’d rather it be only our pages up there.

    2. Is it possible to have full size images on the home page for posts that are older than the most recent post? Since we’re showcasing our photography, this is pretty important to us.

    3. On our posts, when we add the “More” button in, it doesn’t work correctly and instead cuts off the post before we inserted the more button. Is there a way to fix this?

    Thank you,
    Nick & Lena

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ill start with #1

    Open header.php in the Appearance Editor

    Find the navigation and the code where it calls the categories.

    You will want to replace it with something like

    <?php wp_list_categories('include=3,5,9,16'); ?>

    The include numbers are the category ID’s that you can get from WP-ADMIN by looking in the URL while you are on that category.

    Just take the numbers for what you want to see and put in that code.

    I actually have the same questions. I couldn’t find where it calls for categories in the header.php.

    Any chance I could get some help?

    @[email protected]: Don’t highjack another poster’s thread. Please stick to your own topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modularity Lite theme – Need help!’ is closed to new replies.