Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11293
    jrmschaefer
    Member

    Hello there !

    I would like to know how to implement the co author plus plugin (http://wordpress.org/plugins/co-authors-plus/) into the Simple Catch Theme.

    I can’t find the place where to put the custom code.

    Any help ?

    Thanks a lot !

    Jeremy

    #11317
    Sakin
    Keymaster

    @jrmschaefer: You have to build child theme and add the function function_exists( 'simplecatch_loop' ) which you will find in simplecatch_functions.php file

    #12391
    jrmschaefer
    Member

    Hi Sakin !

    Sorry for the late answer but I couldn’t succeed to figure out what the modification was.

    Can you describe a bit more the steps to follow in order to implement the co-author plus functionnality ?

    Thanks a lot.

    Jeremy

    #12413
    Sakin
    Keymaster

    @jrmschaefer: First you need to build child theme and then create the file functions.php in your child theme. Then copy the function function simplecatch_loop() from simplecatch_functions.php file. Then edit the code <li class="no-padding-left"><a href="<?php echo get_author_posts_url(get_the_author_meta( 'ID' )); ?>" title="<?php echo esc_attr( get_the_author_meta( 'display_name' ) ); ?>"><?php _e( 'By', 'simplecatch' ); ?>&nbsp;<?php the_author_meta( 'display_name' );?></a></li>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Implementation of Co Author Plus’ is closed to new replies.