This plugin actually RENAMED all of the tags on our website and basically broke it.
Amazing.
Good thing I backup often.
Thanks.
Thread Starter
lmb500
(@lmb500)
I found the problem, it was being called twice in the file. It’s all fixed. Thank you.
Thread Starter
lmb500
(@lmb500)
Thank you for your reply. In-depth and helpful.
I am trying to call the get_the_author_link() as $auolink as the author link, as I believe I should, in a function, here is the current function:
$auolink = get_the_author_link();
function caa_get_author_bio_html($author){
$author_bio = '
<div id="cab-author" class="cab-author">
<div class="cab-author-inner">
<div class="cab-author-image">
' . $author_image . '
<ul><li class="surm"><a href=" . '$auolink' . ">xyz</a></li>
(and so on...)
My syntax is wrong, I have spent time searching and am not trying to be lazy asking but I am a bit stumped and would like to learn.
Thank you for the help.