Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Plugins
    In reply to: Problem with Coauthors

    Hi Daniel,

    Thanks for the suggestion. I have changed the theme to twentyeleven…

    In functions.php i have found this code

    if ( ! function_exists( ‘twentyeleven_posted_on’ ) ) :

    function twentyeleven_posted_on() {
    printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date” datetime=”%3$s” pubdate>%4$s</time><span class=”by-author”> <span class=”sep”> by </span> <span class=”author vcard”>%7$s</span></span>’, ‘twentyeleven’ ),
    esc_url( get_permalink() ),
    esc_attr( get_the_time() ),
    esc_attr( get_the_date( ‘c’ ) ),
    esc_html( get_the_date() ),
    esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
    esc_attr( sprintf( __( ‘View all posts by %s’, ‘twentyeleven’ ), get_the_author() ) ),
    get_the_author()
    );
    }
    endif;

    Now what changes should i make to this code…
    Sorry i have zero knowledge about php…

    Thanks in advance…

    Forum: Plugins
    In reply to: Problem with Coauthors

    Hi,

    My Problem is…

    Have installed the co-author plus plugin…
    Can add multiple users to my post…

    But the co-authors are not seen in the post when viewed from the site front end…

    The documentation says to look for <?php the_author();
    I did not find this any where in the editor…

    The theme I am using is Twenty Ten. This came with wordpress itself.

    This is what is seen in single.php

    <?php get_header(); ?>
    <div id=”container”>
    <div id=”content” role=”main”>
    <?php get_template_part( ‘loop’, ‘single’ );?>
    </div><!– #content –>
    </div><!– #container –>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Please can help me with this…

    Forum: Plugins
    In reply to: Problem with Coauthors

    Forum: Plugins
    In reply to: Problem with Coauthors

    Thank you for getting back…

    The theme i am using is “Twenty Eleven”

    Contents of single.php

    <script src=”https://pastebin.com/embed_js.php?i=DhdziUNS”></script&gt;

    Kindly have a look at it…

    Forum: Plugins
    In reply to: Problem with Coauthors

    Thank you for getting back…

    The theme i am using is “Twenty Eleven”

    Contents of single.php

    [ Code moderated. For more than 10 lines of code please use pastebin.com instead. ]

    Kindly have a look at it…

    Forum: Plugins
    In reply to: Problem with Coauthors

    Hi,

    My problem is as that of shawn00m…

    I am able to select multiple authors while creating a post…
    But it does not show when the post is displayed in the site…

    In co-author plugin documentation it says to replace
    the_author*()” with this
    if(function_exists(‘coauthors_posts_links’))
    coauthors_posts_links();
    else
    the_author_posts_link();

    The problem i dunno where i am supposed to find the
    the_author*()

    Any help would be appreciated,
    and Thank You…

Viewing 6 replies - 1 through 6 (of 6 total)