bouddhalight
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I’m still looking for..
Is there anyone to help me ? Please… :S
Bouddhalight
I create new topic for the last question.
Scribu ? please… 😀
Thanks Scribu 🙂
I have another question:
I have to implement a menu “cities”. The user can choose a city (or not) wich is a term of “city” taxonomy.
So the url could be like that :
http://www.website.com/city/city-termHow can i set up your plugin to consider the city term ? 🙂
Ok, I got it.
if (is_multitax( array('taxonomyB') )) { foreach (qmt_get_query() as $tax => slug) { $tag = get_term_by( 'slug', $slug, $tax ); if ( $tag->taxonomy == "taxonomyB") { echo $tag->name; } }[Please post code snippets between backticks or use the code button.]
the foreach missed. ^^
Viewing 5 replies - 1 through 5 (of 5 total)