Dears
I am trying o add a co-author to an article but I couldn’t find the template tags which requested by the plugin documentation
here is the pluging page ;
Enterprise WordPress Support, Training, Scaling and Hosting Services
here is my website
Hey ianazi,
Please firstly start using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ otherwise you are going to need to apply these changes each time you update the theme.
Then, copy enfold/author.php file and enfold/includes/loop-author.php file to your child theme and then edit loop-author.php file and find
the_author_posts_link();
and change it to
if ( function_exists( 'coauthors_posts_links' ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}
Best regards,
Yigit
I did it but still nothing appear !?
you can check it here, I have put the login details