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 3710-01: fix export issue when WordPress Address and Site Address are different (http://forum.bytesforall.com/showthread.php?t=19175)

juggledad Dec 21, 2012 05:37 AM

PATCH 3710-01: fix export issue when WordPress Address and Site Address are different
 
1 Attachment(s)
If your WordPress Address (URL) and Site Address (URL) are different (see dashboard->settings->general) it is possible that the Atahualpa export option will not work. This patch corrects this issue.

edit bfa_theme_options.php and change line 7 from
HTML Code:

$wordpress_base = home_url();
to
HTML Code:

$wordpress_base = site_url();
or download and unzip the attached file and uploaded it to 'atahualpa/functions' folder replacing the orignal copy of 'bfa_theme_options.php'


All times are GMT -6. The time now is 06:21 AM.

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