-
Created a topic, Custom taxonomy fields, on the site WordPress.org Forums:
I am attempting to display the fields of a custom taxo… -
Posted a reply to Randomize taxonomy terms order, on the site WordPress.org Forums:
I tried both 'rand' and 'random'. They both work for post types, but not taxonomies. -
Created a topic, Randomize taxonomy terms order, on the site WordPress.org Forums:
I am trying to output a list of terms from a specific … -
Posted a reply to Tooltips with font awesome, on the site WordPress.org Forums:
I got the pro version. It's a pretty good plugin. I am trying to create… -
Posted a reply to Tooltips with font awesome, on the site WordPress.org Forums:
Thank you, Tomas. As soon as you make the mod, I will pay double for… -
Created a topic, Display avatar url, on the site WordPress.org Forums:
I am attempting to use the code below to display the u… -
Posted a reply to Tooltips with font awesome, on the site WordPress.org Forums:
Here is mod suggestion you can include in your next update: [tooltips content = "Total… -
Posted a reply to Shortcodes to display rating fields, on the site WordPress.org Forums:
Thanks for your response. Kindly provide me with the names of the respective fields for… -
Created a topic, Tooltips with font awesome, on the site WordPress.org Forums:
Can font awesome icons be used as triggers? [tooltips… -
Posted a reply to Display author first name and author last name, on the site WordPress.org Forums:
This worked like a charm, Peter. Thank you! -
Created a topic, Shortcodes to display rating fields, on the site WordPress.org Forums:
Thanks for this plugin. Are there any shortcodes for d… -
Posted a reply to Display author first name and author last name, on the site WordPress.org Forums:
Thanks for your response, Peter. I tried the code below and got the same results...the… -
Created a topic, Display author first name and author last name, on the site WordPress.org Forums:
The code below displays the logged in user's first and… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
I get an error saying the field cannot be found. Ideally, I'll like to insert… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
You are awesome! This works like a charm: <a href="[bpps_profile_url displayed='Author']">[bpps_profile_displayname displayed='Author']</a> But this, not… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
That may very well be the issue. I am using it on a page that… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
Thanks for your effort, but it still doesn't do what I need it to do.… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
I forgot to wrap the code up! <a href="[field author-url]">[field author]</a> -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
Right now, I'm using: [field author] from the custom content shortcode plugin which links to:… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
I have a plugin that generates a shortcode for the post author and author URL.… -
Posted a reply to Display username and url of poster within a content loop, on the site WordPress.org Forums:
Thanks for you help, but it doesn't work. It still shows the name and URL… -
Created a topic, Display username and url of poster within a content loop, on the site WordPress.org Forums:
I am attempting to use the code below within a custom …