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)
-   -   [SOLVED] 3.4.9 Combining Category and Pages menu (http://forum.bytesforall.com/showthread.php?t=7081)

DesignFlute May 12, 2010 01:29 AM

[SOLVED] 3.4.9 Combining Category and Pages menu
 
I upgraded to 3.4.9 from 3.4.6 without a hitch, it seems.

But combining page and category menu bar (thread) does not work.
Thanks

juggledad May 12, 2010 06:17 AM

There have been coding changes so to get this to work do the following. Edit bfa_header_config.php and fine lines 44-45 (version 3.4.9) which should be
HTML Code:

        echo 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']);

add the following after line 45
HTML Code:

        echo bfa_hor_cats($bfa_ata['sorting_cat_menu_bar'], $bfa_ata['order_cat_menu_bar'],
        $bfa_ata['levels_cat_menu_bar'], $bfa_ata['titles_cat_menu_bar'], $bfa_ata['exclude_cat_menu_bar']);

This will cause the use of the %pages, %page-center or %page-right to display the Category menu items after the page menu items

DesignFlute May 12, 2010 06:31 AM

Wow! It works perfectly! infinite thanks!

(I got confused & put this thread at wrong place as thread 139 was closed. thank you for transferring this thread here.)


All times are GMT -6. The time now is 01:09 AM.

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