wpdevstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Property Listings] Search widget for commercial rentals by rental rateHi rw101
EPL 3.1 is due release with a week which has dedicated shortcode & widget for commercial search
Thanks
Forum: Plugins
In reply to: [Easy Property Listings] follow/unfollow optionHi Chaya
Its not clear from your post what issue are you facing . Please be detailed about how follow extension works and issue you are having with EPL
Regards
Forum: Plugins
In reply to: [Easy Taxonomy Images] Half WorksHi Krissy
Thanks for pointing this out, much appreciated
will be looking into it and will share updates with you
Thanks
Forum: Plugins
In reply to: [Easy Taxonomy Images] Arguments for taxonomy_featured_image?glad to know it worked 🙂 welcome
Forum: Plugins
In reply to: [Easy Taxonomy Images] Add Featured image for tag in the Blog PageHope this fixed your issue
Forum: Plugins
In reply to: [Easy Taxonomy Images] JS error on plugin activationfixed this in latest version . please pull updates
Thanks
Forum: Plugins
In reply to: [Easy Taxonomy Images] Arguments for taxonomy_featured_image?Hi Sallie
both function take following arguments
$term_id (default to null), $size (default to medium), $attr (default to null), $echo = (default to true),
so size is the second argument you might be looking for
Forum: Plugins
In reply to: [Easy Taxonomy Images] JS error on plugin activationThe error comes in frontend ?
Forum: Plugins
In reply to: [Easy Taxonomy Images] Add Featured image for tag in the Blog PageYes you need to add above mentioned code snippet in your foreach loop
Forum: Plugins
In reply to: [Easy Taxonomy Images] Add Featured image for tag in the Blog PageHi Jitendra,
you can use
taxonomy_featured_image($term->term_id)in your foreach loop to display featured image of the tagThanks