Additional authors not showing up at all in
-
I’ve installed this plugin and in single.php I replaced reference to author with:
if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); }
But nothing has changed.
Was I supposed to add the functions manually that you mention?function coauthors( $between = null, $betweenLast = null, $before = null, $after = null, $echo = true ){ return coauthors__echo('display_name', 'field', array( 'between' => $between, 'betweenLast' => $betweenLast, 'before' => $before, 'after' => $after ), null, $echo ); }
https://thehotboxgallery.com/ICLE/2015/12/09/icles-geoffrey-manne-speaks-to-capitol-forum-on-the-comcast-time-warner-cable-merger/
(this should have 4 co-authors.)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Additional authors not showing up at all in’ is closed to new replies.