The form presented after a search in bbPress allows to refine the results indicating the forum at which to search. The combo with the list of forums, unfortunately, has a "gross" error at the kernel level. invece del corretto forum_id . The tag select , in fact, is appointed by forum-id instead of the correct forum_id . This issue has already been reported on the development team! Nine months ago.
Articles Tagged 'Combo'
bbPress: wrong forum search
Combo Menu categories in WordPress 2.5.1
To create a menu / combo (tag select ) without a submit button and can move to the category currently displayed, you can use the following code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | "" > Seleziona una categoria < / option > < option value = ""> Select Category </ option > <Php ? ( single_cat_title ( '' , false ) ) : "" ) ; $ Foo = ((is_category ())? (Single_cat_title ('', false)): ""); ) ; $option = '' ; $ Get_categories categories = ('orderby = name & hierarchical = 0'), $ options =''; foreach ($ categories as $ cat) { $cat-> cat_name == $foo)?"selected":"" ).' $ Option. = '<option'. (($ Foo == $cat-> cat_name)? "Selected": ""). ' value = "/ category / '. $ cat-> category_nicename .'">'; $ Options .= $ cat-> cat_name; $ Options .= '('. $ Cat-> category_count .')'; '; $ Options .= '</ option > '; } echo $ option; ?> </ select > |
, permette di eliminare un eventuale bottone di submit. The event onchange , in the tag select , eliminates any submit button. The function WordPress is_category() , however, determines whether we are displaying a "store" categories, in order to obtain the title / name of the displayed category.






Latest Comments
Mark : @ Mark: Thanks for the answer. For example, if you have a code to save / use the folder ...
Mark : Thanks for the answer. For example, if you have a code to save / use the folder ...
Giovambattista Fazioli : @ Mark: in principle, absolutely, a lot depends on how and what to download. La. ..
Mark : Hello, good guide! I wanted to ask, you can use the same code to run a sql database? Instead of ...
Joseph : Hi I wanted to ask you how you can do in the post I uploaded a gallery of 50 images, for example, ...