Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 3722-01: patch to fix RSS feeds (http://forum.bytesforall.com/showthread.php?t=23029)

juggledad Jan 21, 2015 11:21 AM

PATCH 3722-01: patch to fix RSS feeds
 
1 Attachment(s)
If you find this patch useful, consider donating. I spent my time digging into the issue and coming up with a fix. Without donations, there is not much incentive for me to try and fix anything that doesn't effect the sites I work on is there?


Due to new WordPress theme requirements, some code was changed and this has casued the feed not to validate. This can be fixed by editing bfa_meta_tags.php and changing line 69 from
HTML Code:

                        return trim( $title ) . " « " . get_bloginfo('name');
to
HTML Code:

                        return trim( $title ) . " & # 0 1 7 1 ; " . get_bloginfo('name');
NOTE: Remove the spaces in the string '& # 1 7 1 ;'

or you can replace the existing bfa_meta_tags.php with the attached file.


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

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