Title: Integrating template tags
Last modified: August 22, 2016

---

# Integrating template tags

 *  [chouch7](https://wordpress.org/support/users/chouch7/)
 * (@chouch7)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/integrating-template-tags/)
 * Hi there,
 * Need support on adding template tags to my theme:
 * `
    $byline = sprintf( _x( 'By %s', 'post author', 'ci' ), '<span class="author
   vcard">[' . esc_html( get_the_author() ) . '](https://wordpress.org/support/topic/integrating-template-tags/&apos; . esc_url( get_author_posts_url( get_the_author_meta( &apos;ID&apos; ) ) ) . &apos;?output_format=md)
   </span>' );
 *  echo '<span class="byline"> ' . $byline . '</span><span class="posted-on">' .
   $posted_on . '</span>';
 * How should I replaced this to coauthors? Thank you in advance
 * [https://wordpress.org/plugins/co-authors-plus/](https://wordpress.org/plugins/co-authors-plus/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [chouch7](https://wordpress.org/support/users/chouch7/)
 * (@chouch7)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/integrating-template-tags/#post-5896801)
 *     ```
       $byline = sprintf(
       		_x( 'By %s', 'post author', 'ci' ),
       		'<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>'
       	);
   
       	echo '<span class="byline"> ' . $byline . '</span><span class="posted-on">' . $posted_on . '</span>';
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Integrating template tags’ is closed to new replies.

 * ![](https://ps.w.org/co-authors-plus/assets/icon-256x256.png?rev=2945095)
 * [Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/co-authors-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/co-authors-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/co-authors-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/co-authors-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/co-authors-plus/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [chouch7](https://wordpress.org/support/users/chouch7/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/integrating-template-tags/#post-5896801)
 * Status: not resolved