Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions & Updates (http://forum.bytesforall.com/forumdisplay.php?f=54)
-   -   PATCH 113-02: A post with two or more categories shows only one in the post footer (http://forum.bytesforall.com/showthread.php?t=19208)

juggledad Dec 29, 2012 06:50 AM

PATCH 113-02: A post with two or more categories shows only one in the post footer
 
1 Attachment(s)
If a post has more than one category, only one will show in the post's footer. The following fix corrects this issue.

You can edit the file 'montezuma/includes/menus.php', and change line 127 from
HTML Code:

        $output = preg_replace('/ title="(.+)"/', '', $output);
to
HTML Code:

//        $output = preg_replace('/ title="(.+)"/', '', $output);
The two slashes (//) added to the begining of the line to comment it out.

or download the attached file (which has the fix applied) and using FTP, replace the existing 'menus.php' file in the 'includes' sub-folder in the theme


All times are GMT -6. The time now is 03:16 PM.

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