WordPress Theme Tutorial: Part 8b – Adding a Theme Options Page
by on Thursday, January 26th, 2012 | 11 Comments
In this video, we discuss how to create a theme options page in the admin menu using your theme’s functions.php file, and discuss how WordPress “options” work. This can let you make a good user interface should you distribute your theme to others. Files Used in Lesson: andrewanimation.biz
















Yupp, already entered options are wiping out.
sorry that should be if(isset…
One thing to keep in mind, before the $new_values part, I think there should be an
f(isset($_POST['footer-text']) {
$new_values = array( ‘blah blah blah, );…. }
because before I put that in, whenever I loded the page, it just wiped the options. I’m not sure if this is specific to my theme page or maybe it’s always like that. Just something to note
Saw it all in one evening! You should add the posibility of donating, I would be happy to
Thank you very much Andrew. I appreciate you putting this out there. I will try to pay it forward and back if I can.
Very good series. I watched them all over a few days and learnt a lot!
Cheers mate, this series has been most helpful… probably won’t be the last time I watch either
Great Work man ,, thank you
great tutorial! ive been looking for a good video on wordpress for a while. you really deserve to get paid for this
i have a question/request…
so i want to add an extremely simple jquery slideshow on the front index page. how would i create and admin upload section for images in that slideshow.
and if i didnt use a slideshow.. how would i create an upload image section in admin area just to have a seperate heading image for each page.
thanks for all your videos!….
Thanks! I learned a ton, now to check out your php tuts
I really enjoyed this tutorial it was exactly what I was looking for. Keep ‘em coming!