- Sold between 250 000 and 1 000 000 dollars
- Won a Competition
- Author was Featured
- Item was Featured
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
- Bought between 10 and 49 items
Hi guys,
In the blog is a very awesome article about admin option page. But I can’t make it to work in WP 2 .7. http://blog.themeforest.net/wordpress/create-an-options-page-for-your-wordpress-theme/
I simply download and enable adminoption theme. It saves values, but at the header php it seems that it isn’t getting those values.
Help… 
I’ve found that you need to include that coding in each page you want to load values into.
For example, paste it into the top of index.php (after <?php get_header() ;?>) if you want to load thumbnails into your blog.
- Sold between 250 000 and 1 000 000 dollars
- Won a Competition
- Author was Featured
- Item was Featured
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
- Bought between 10 and 49 items
Hmm… Didn’t work for me…
But instead I tried to do this way:
get_option(‘option_name’ )
And it worked like a charm 
There is also code example in this tutorial: http://nettuts.com/tutorials/wordpress/creating-a-custom-wordpress-plugin-from-scratch/
