• Resolved seanrowe

    (@seanrowe)


    I’m trying to add the author website URLs to the bios page and I see a previous support ticket with this question. I copied the shortcode from that ticket, however I don’t get the desired result.

    You can see here: https://i.imgur.com/I653R46.png

    Here is the full shortcode I’m using:
    [authors_list style="1" avatar_size="200" skip_empty="no" before_title='<a href="user_url}"> {al:user_url}</a>' columns_direction="vertical" show_link="yes" show_title="yes" show_bio="yes" columns="1" amount="300" show_count="yes" order="ASC" orderby="last_name" after_title="{alf:social}" exclude="22,1,201,20,125"]

    Thanks!

    • This topic was modified 4 years, 8 months ago by seanrowe.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    If the WordPress forum system didn’t cut out any parts of the code you shared, the issue is in the href parameter.

    href=”user_url}”

    That should be:

    href=”{al:user_url}”

    So the shortcode is:

    [authors_list style="1" avatar_size="200" skip_empty="no" before_title='<a href="{al:user_url}"> {al:user_url}</a>' columns_direction="vertical" show_link="yes" show_title="yes" show_bio="yes" columns="1" amount="300" show_count="yes" order="ASC" orderby="last_name" after_title="{alf:social}" exclude="22,1,201,20,125"]

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to Add URLs to Bio’ is closed to new replies.