Hi all
Im loving this plugin.
Really want to insert it into the front end off wordpress so i can use it within the single template.php
Can someone help me with this i have changed the admin_init function and insert the js files within my theme then inserted this within the single.php.
<?php
if ( is_user_logged_in() ) {
$a = new coauthors_plus();
$a->coauthors_meta_box( $post->ID );
}
?>
Can someone please help???