alisamski+ 9 Report post Posted June 27, 2012 Following the threads... and not sure if I have this correct... as the older thread had a "custom" option which was not posted... I have this inside my functions file... and not sure if it is correct... as it is not working as it should. Please advise.. add_action( 'pagelines_loop_after_post_content', 'coauthors_posts_links' ); if(function_exists('coauthors_posts_links')) coauthors_posts_links(); else the_author_posts_link(); and when this code is placed in the functions.php... the search bar shrinks... don't know what thats about... strange. and one more strangeness... its also putting the author name at the bottom of the posts... Share this post Link to post Share on other sites
catrina 103 Report post Posted June 28, 2012 In which thread did you find that code and where in the functions.php page did you place it? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted June 28, 2012 There were a couple about co-author plugin... [url]http://www.pagelines.com/forum/discussion/18842/showing-co-authors-in-multi-authored-blog-posts/p1[/url] and [url]http://www.pagelines.com/forum/discussion/5065/platform-pro-and-coauthors-plus-plugin/p1[/url] referencing a pastebin Share this post Link to post Share on other sites
beardedavenger 158 Report post Posted June 28, 2012 Yeah that info is pretty old. We included [show_authors] shortcode on the last release to work with co-authors plugin. Just put the shortcode into the clip metabar. http://screencast.com/t/cvyqYerHre8 Nick Something big is coming for DMS + photographers. http://fotostheme.com Nick Haskins & CO - New home for all of my PageLines Store products! http://nickhaskins.co Better DMS - News, Tutorials, and Tips http://betterdms.com Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted June 28, 2012 Thanks oh bearded one! So to be clear on this thread for those who want to add Co Authors Plus Plugin in Frameworks Frameworks: Install plugin > activate Under Pagelines Site Options > Blogs n Posts Under Full Width Post Meta > configure: Replace shortcode: [code]By [post_author_posts_link] On [post_date] · [post_comments] [post_edit][/code] with [code]By [show_authors] On [post_date] · [post_comments] [post_edit][/code] [url]http://screencast.com/t/cvyqYerHre8[/url] No need to mess with function file or template files.. Share this post Link to post Share on other sites