Tagged Questions
0
votes
1answer
22 views
Custom widget using get_categories select menu dropdown
I have created a custom widget that is supposed to display a select menu with all the categories the blog has. I have used get_categories to compile the list. This works fine and all categories appear ...
0
votes
1answer
60 views
Widget Development - Displaying dropdown content
I'm using the following code to create a widget to select a post from a dropdown - which works fine in the backend, but I can't figure out how to display this on the frontend...
<?php
class ...
0
votes
2answers
261 views
Using wp_dropdown_categories in widget options
I have a product search widget when you select certain products a hidden field is shown. I would like to set a custom category in my widget options that is then used for displaying my hidden field.
...
1
vote
1answer
509 views
Widget: Custom Post Type Post Listing Dropdown on Admin Side
Widget: I'm making a custom widget with the following functionality on the admin side.
3 text fields
2 dropdown menus to select posts by title (both from a single custom post type)
Right now, ...
1
vote
1answer
523 views
How do I create a drop down menu in a widget?
How do I create a simple dropdown menu with 3 options in a widget?
I'm using $instance to do it. How would it look in a barebones widget?
1
vote
1answer
444 views
widget dropdown menu code
I'm trying to put in a simple dropdown menu in my widget. I copied one out of a previous widget and trying to substitute my own values into it. The submenu shows, but when I click save, it saves ...