Tagged: enfold, multiple authors
-
AuthorPosts
-
July 23, 2013 at 4:32 pm #26627
Hi. I building a news site and I need to be able to have multiple authors that are not users of the site. I want to integrate the co-authors plus, which seems to be the go-to plugin to do exactly what I need to do. However, I am unsure how to integrate co-authors plus into my enfold, template files so it can properly use the plugin. Please see here: http://wordpress.org/plugins/co-authors-plus/screenshots/ and here: http://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/
July 24, 2013 at 8:20 am #131078Hi!
You probably need to replace the code in wp-contentthemesenfoldincludesloop-index.php with the co-author plus function. Replace
the_author_posts_link();
with
coauthors_posts_links();
Best regards,
Peter
July 24, 2013 at 9:43 am #131079I have the same problem and I do this, but don’t work. The homepage now is black and the entries have disappeared.
July 25, 2013 at 5:27 am #131080Hi GarajeGrafico,
The above is a guess and if it doesn’t work you could also try the suggested code on the page referenced above: http://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/
Which uses:
if ( function_exists( 'coauthors_posts_links' ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}If you are getting a blank screen that means you’ve entered in the code incorrectly as with php even a single missing bracket or extra ; can cause the whole file to fail.
Regards,
Devin
August 14, 2013 at 7:54 am #131081Still not working and I’ve tried several times.
I want to try to install this plugin that is quite complete: http://codecanyon.net/item/fanciest-author-box/2504522?WT.ac=search_item&WT.seg_1=search_item&WT.z_author=ThematoSoup; but not if it is compatible with Enfold.
I also tried with this plugin: http://codecanyon.net/item/google-plus-author-information-in-search-results/3093737, but is problematic
August 15, 2013 at 2:40 am #131082For assistance in installing other third party plugins like that and then making sure it will work I would recommend looking into a freelance developer.
But digging into third party plugins or testing premium plugins just ins’t something that is possible via support.
August 15, 2013 at 2:42 am #131083Hi,
Sorry but we really don’t give support for third party plugins. The best way to do is to hire a freelancer developer or contact the plugin author.
Sorry for this. :(
Regards,
Ismael
-
AuthorPosts
- The topic ‘Co-Authors Plus PLEASE’ is closed to new replies.