Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #332661

    I try to change the image thumbs on Magazine with author avatar, but it doesn’t work.
    I try to open magazine.php and change the code:

    $image= get_the_post_thumbnail( $entry->ID, $this->atts[‘image_size’][$style] );

    with

    $image= get_avatar( get_the_author_meta( ‘ID’ ), 81 );

    But it doesn’t work, I see the ID=1 avatar.

    Please, help!

    #332895

    Hi ragugo!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page with the magazine element? Please try this:

    $image = get_avatar( $entry->ID, 81 );
    

    Best regards,
    Ismael

    #333002
    This reply has been marked as private.
    #333191

    SOLVED.

    Thanks anyway.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Avatar on Magazine's Thumbs’ is closed to new replies.