Local Avatar on Posts
-
Hi,
Im trying to get the local avatar showing on my post here, but the images is broken. Is it because Im not using the right function on your plugin?
https://snag.gy/aMg4y.jpg
Thanks for any helps…function get_post_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches); $first_img = $matches [1] [0]; if(empty($first_img)){ //Defines a default image $first_img = get_wp_user_avatar( $post->post_author ); } return $first_img;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Local Avatar on Posts’ is closed to new replies.