Adding a Dropdown Category List to a WordPress Options Panel

Adding a Dropdown Category List to a WordPress Options Panel

I’ve been working on integrating a jQuery slide show into a new theme I’ve been working on. Under the options panel, I have it set to enable and disable the slide show on the front page using simple radio buttons.
I also wanted to allow the user to select which category should be displayed using a select option. I originally wanted to use the WP’s drop down list function, but I just couldn’t get it to load selected value.
I’m sure there is a more efficient way of doing it, but this gets the job done.

Then you just have to add in_category in your loop to call that category:

No Comments

Sorry, the comment form is closed at this time.