richblyth
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [WooCommerce] Download Tracking, Admin View – CustomisationThank you @ryanr14
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Incorrect markup loaded by AJAXMany thanks Oleg.
Forum: Plugins
In reply to: [User Taxonomy & Directory] Displaying Selected Tags on User's Public ProfileThank you Umesh 🙂
Forum: Plugins
In reply to: [User Taxonomy & Directory] Displaying Selected Tags on User's Public ProfileHi Umesh, I hope you don’t mind me asking for a little more help please. By extension of the the above, I am attempting to match the user-tags with my ‘standard’ tags – I need to fetch a list of users who have been tagged with a specifc tag e.g. “display a list of users who are tagged with x and y”.
I realise there is a template (“user-taxonomy-template.php” but I need this code to work on my tag.php page. Is this possible?
Forum: Plugins
In reply to: [User Taxonomy & Directory] Displaying Selected Tags on User's Public ProfileThanks for a great plugin 🙂
Forum: Plugins
In reply to: [User Taxonomy & Directory] Displaying Selected Tags on User's Public ProfileHi Umesh,
Thank you for the click reply – thats exactly what I was looking for.
If anybody has a similar issue – here’s my code;
<?php $terms = wp_get_object_terms( $userid, 'user_sector' ); foreach($terms as $term) { echo '<div class="sector">'. $term->name.'</div>'; } ?>* I am required to use $userid instead of $user in this instance.
Forum: Plugins
In reply to: [WP Geocode Filter] Sadly, seems brokenMe too!
Viewing 7 replies - 1 through 7 (of 7 total)