Forums

Co-Authors Plus Front End (4 posts)

  1. isimpledesign
    Member
    Posted 10 months ago #

    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???

  2. Daniel Bachhuber
    Member
    Posted 9 months ago #

    Hey there, did you figure this one out?

  3. NickSick
    Member
    Posted 2 months ago #

    I am also interested in this, did you get it to work?

  4. Daniel Bachhuber
    Member
    Posted 2 months ago #

    @NickSick What in particular do you want to do? Have you checked out the template tags documented in the readme?

Reply

You must log in to post.

About this Topic