Tagged Questions
0
votes
1answer
52 views
Save selected item from dropdown menu in a meta box as a metadata value for a custom post type
I have been beating my brains on this one for days now and my Google-fu is failing me.
I have created a custom meta box with a dropdown menu that lists all of the terms from a custom taxonomy. What I ...
0
votes
1answer
54 views
go to home page when i select default in select-box
I'm new for WordPress. I'm using following code,
<div id="cat_list">
<?php wp_dropdown_categories(array('show_option_all' => 'Categories') ); ?>
</div>
And my JavaScript ...
2
votes
1answer
66 views
Archive dropdown styling not applied
I am trying to add a custom dropdown for archives but struggling with couple of mistakes that might be the reason why it doesn’t work.
The CSS only gives my dropdown the width, not the other styles ...
0
votes
1answer
220 views
Dropdown Menu for Query_Posts
I can successfully query post results using query posts like so...
<?php
// The Query
query_posts("gdsr_sort=rating");
// The Loop
while ( have_posts() ) : the_post();
?>
<?php ...
-1
votes
1answer
407 views
Open WordPress Page from selected option dropdown
Code/process to get option dropdown menu selection to open page in WordPress with php?
Tried all kinds of plug-ins, widgets, but none will make menu that fits requirements of project so far.
...
-1
votes
1answer
493 views
Isotope Drop Down Categories Filter Function
I have a code in my functions file that I am using to generate a list of categories so that I can use isotope to filter the current page. However I need to know how to -
How to make it a drop down ...
-1
votes
1answer
156 views
how to search through plugin in wordpress cimy-user-extra-fields?
I have a plugin clalled - Cimy User Extra Fields.
I need to search the content through this plugin. This plugin is in WordPress, and all the content are stored in the database also, like industry, ...
1
vote
1answer
860 views
Drop down+sort blog posts date added/most popular
Is it possible to have a drop down menu like youtube/demonoid that allows you to sort your index (and caterogy.php) blog posts by date/popularity/viewed)? I seen plugins for adding most popular ...
2
votes
1answer
607 views
Getting the dropdown menu to redirect to different pages?
What I am having trouble with is a dropdown box that I want to add to my sidebar. the blog will have more than one user so what I want for the dropdown to do is list all the different users by their ...
1
vote
1answer
522 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?
