Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] ata 3.6.4 to 3.7.3 (http://forum.bytesforall.com/showthread.php?t=17254)

webgurl Apr 9, 2012 10:03 AM

[SOLVED] ata 3.6.4 to 3.7.3
 
My production site @ greenvilleconcerts.com is running ata 3.6.4 and wp 3.3. I started a development server this week-end to test changes before going live. I loaded WP 3.0.3 and installed Atahualpa 3.7.3. on it. I exported settings from ATA 3.6.4 and imported into ATA 3.6.7. to duplicate the production site on the development server.

So far, so good. I have a gas price widget on production site I created with
Code:

<?php if( is_page('109') ) bfa_widget_area('name=Gas Page Widget Area'); ?>
in the above the loop section of Style and edit Center Column.

New install of ATA 3.6.7 shows the widget area, and is appropriately named GAS PAGE WIDGET AREA, but after adding code to it, nothing shows on page. I wanted to look at the widget code in the new install, but cannot find it. I read the notice that has been moved to index.php, but I do not see it.

What ridiculously simple fact am I overlooking? :confused:

....teach a man to fish and you upgrade his fishing hole....

juggledad Apr 9, 2012 10:22 AM

You need to add that code in index.php - lines 15-35 are 'The LOOP'

webgurl Apr 9, 2012 10:31 AM

Got it! Sorry I didn't look a little further. I added it right after

PHP Code:

<?php // Deactivated since 3.6.5
    # include 'bfa://content_above_loop'; 
    // Uses the following static code instead: 
?>

and it worked. Thanks JD. :)


All times are GMT -6. The time now is 05:42 PM.

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