Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   surpressing category in menu bar (http://forum.bytesforall.com/showthread.php?t=3169)

creativeliza Aug 27, 2009 09:27 AM

surpressing category in menu bar
 
I have combined my menu and categories in one bar. I have two categories that I want to surpress and in the previous version it worked fine when I put the category ids in the theme options to surpress but now, with the upgrade it does not work. http://designintense.com/ -- the second instance of HOME is what I want to surpress.

In fact it seems to be ignoring everything to do with categories because I tried to show both category ids, 64 & 70 and it didn't change and I also tried to change the order the categories were displayed and that didn't work either.

creativeliza Aug 27, 2009 09:39 AM

Here is the code I added in the bfa_header_config.php file. I added this:

'$page_menu_bar .= bfa_hor_cats($bfa_ata_sorting_cat_menu_bar, $bfa_ata_levels_cat_menu_bar, $bfa_ata_titles_cat_menu_bar, $bfa_ata_exclude_cat_menu_bar);'

before:

$page_menu_bar .= bfa_hor_pages($bfa_ata['sorting_page_menu_bar'], $bfa_ata['levels_page_menu_bar'], $bfa_ata['titles_page_menu_bar'], $bfa_ata['exclude_page_menu_bar']);

Is there something wrong here?

juggledad Aug 27, 2009 12:32 PM

change your code from
HTML Code:

$page_menu_bar .= bfa_hor_cats($bfa_ata_sorting_cat_menu_bar, $bfa_ata_levels_cat_menu_bar, $bfa_ata_titles_cat_menu_bar, $bfa_ata_exclude_cat_menu_bar);'
to
HTML Code:

$page_menu_bar .= bfa_hor_cats($bfa_ata['sorting_cat_menu_bar'], $bfa_ata['levels_cat_menu_bar'], $bfa_ata['titles_cat_menu_bar'], $bfa_ata['exclude_cat_menu_bar']);


All times are GMT -6. The time now is 04:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.