Options Framework Theme of_get_option() not working
-
Hello everyone,
I am having problem with the of_get_option(), it is not working. My integration is correct and it is already saving the options that I made. Here are the this that I tried:
I tried
get_option()
,of_get_option()
, andof_get_option('my_id', 'std')
but still no luckI tried to put my id on
$options['my_id']
but still no luckI even tried to remove the underscore on my ids but no luck too.
Please help me guys.
- The topic ‘Options Framework Theme of_get_option() not working’ is closed to new replies.