Viewing 1 replies (of 1 total)
  • Thread Starter chouch7

    (@chouch7)

    $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.