Add "by" or "Posted by"
-
Hello,
in my functions file i have the below code, it shows the author name but i would like it to show Posted By (Author Name Here)…
//
// Author.
//
$author = sprintf( ‘rrr’,
( function_exists( ‘coauthors’ ) && is_singular(‘post’) ) ? coauthors_posts_links() : get_the_author()
);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add "by" or "Posted by"’ is closed to new replies.