widget dropdown menu code

The format of the selected() function you are using is incorrect. selected() can only be passed two variables, you are passing three. Please see this codex article for help: http://codex.wordpress.org/Function_Reference/selected Without you pasting more of your code I cannot see how to fix your above code.

custom wp_dropdown_categories items in wordpress

You should be able to send the desired taxonomies as an argument to the function. This is untested, but should work: $args = array( ‘taxonomy’ => array( ‘galleries’, ‘places’ ) ); echo wp_dropdown_categories($args); For your reference, the function wp_dropdown_categories is defined in “wp-includes/category-template.php” on line 301. Take a look at it as it will help … Read more

Menu item with no page, but with dropdown

The easiest way would be to create a custom menu item from the Appearance>Menu’s section of the admin area. When you create the custom menu item just add a # for the link URL. You can name it whatever you want. Then just place the desired pages under that menu item.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)