tkhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Multiple Taxonomies] Insert widget directly into php filefound it
<?php the_widget('Taxonomy_Drill_Down_Widget', array( 'title' => '', 'mode' => 'lists', 'taxonomies' => array( 'post_tag','region' ) // list of taxonomy names )); ?>Forum: Plugins
In reply to: [GEO my WP] [Plugin: GEO my WP] Make maps responsiveThanks Ninjew,
No worries, just thought I would ask. I can work around this by simply displaying a smaller map and upgrading if you do manage to integrate this functionality. Again thanks for getting back to me love the plugin.
Found the answer on another discussion.
Cheers.
Thanks for the code above. I know it is probably a long shot but is there any way of stopping the drilldown effect on a specific taxonomy while leaving it active in others.
Is there anyway I can display a users favourites on their profile page,
I have tried wpfp_list_favorite_posts();, but this gives me a list of my own favourite posts no the authors whose profile I am on.
Any help would be great.