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() ) . '</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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Integrating template tags’ is closed to new replies.