For example i have 2 themes with options framework: A and B. There is a logo up-loader for both of the 2 themes lets say the ID are "test_logo".
I have activated A first and upload a logo image and save it. It works fine. But if I switch to theme B, no matter what images i upload to the 'logo' option, it will only still use the logo image I previously uploaded in theme A.
I am using of_get_option('test_logo') in both themes.
Hi Devin,
For example i have 2 themes with options framework: A and B. There is a logo up-loader for both of the 2 themes lets say the ID are "test_logo". I have activated A first and upload a logo image and save it. It works fine. But if I switch to theme B, no matter what images i upload to the 'logo' option, it will only still use the logo image I previously uploaded in theme A.
I am using of_get_option('test_logo') in both themes.
Can you tell how I can solve this?
Thanks, Leo