Set author from a custom field…
-
Hi,
Thanks for a great plug-in,
I’m struggling a bit to implement an author specific tag-cloud based upon a custom field value.
I’ve set the field: “profile_author” to “Webmaster”
then I run the script:
$pro_auth = get_field( “profile_author” );
$args = array( “title” => ‘ ‘, “order” => count, “max” => 12, “authors” => $pro_auth );
do_utcw( $args );…but it only shows all fields and not that specific Authors tags.
I would be grateful if you could help me out on what I’ve done wrong.
Many thanks,
//Tommy
https://www.ads-software.com/plugins/ultimate-tag-cloud-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Set author from a custom field…’ is closed to new replies.