Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter [email protected]

    (@carlcecsearchcom-1)

    Thanks for the help… I didn’t write the CSS, it came with the Inove theme.

    I would expect it to work correctly, not sure why it would be set to NOT show sub-page navigation.

    Has everyone that uses this theme just blown off having sub-pages?

    Thread Starter [email protected]

    (@carlcecsearchcom-1)

    Tried that, but it didn’t work either…

    I’ve tried to contact the author without success.

    Any more ideas?

    Thread Starter [email protected]

    (@carlcecsearchcom-1)

    Esmi,

    Thanks for the suggestion. I found the section of code that controls it, but I can’t figure out how to implement what you suggest. Here is the code:

    <ul id="menus">
    		<li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li>
    		<?php
    			if($options['menu_type'] == 'categories') {
    				wp_list_categories('depth=2&title_li=0&orderby=name&show_count=0');
    			} else {
    				wp_list_pages('depth=2&title_li=0&sort_column=menu_order');
    			}
    		?>
    		<li><a class="lastmenu" href="javascript:void(0);"></a></li>
    	</ul>

    I tried changing the ‘2’ to a ‘3’ but that didn’t work.

    Do you have any ideas?

    PS – I have the option checked for ‘pages’ to be the top navigation.

Viewing 3 replies - 1 through 3 (of 3 total)