Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,774
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
I think you should use a function like:
function apply_author_title_image( $r ) {
$r .= '<br>Your Image';
return $r;
}
add_filter('post_author_title', 'apply_author_title_image');