Comments Morry Morgan started the conversationAugust 15, 2018 at 10:06amHi,Just above the photo gallery on this page is the word 'imageimage'. This appears on all other pages.How do I remove this? 1,692Andrey repliedAugust 15, 2018 at 12:59pmHello, Dear Morry Morgan! In order to fix this issue, please open in code editor file models-profile.php which locates in /wp-content/themes/beautyagency/ Change line #213 form this one: $output .= '<img src="' . $image[0][0] . '" alt="' . esc_attr_e( 'Image', 'beautyagency' ) . '">'; to this one: $output .= '<img src="' . $image[0][0] . '" alt="' . esc_attr( get_the_title() ) . '">'; and save changes in file. After these steps unwanted text will disappear. Best Regards! Sign in to reply ...
Hi,
Just above the photo gallery on this page is the word 'imageimage'.
This appears on all other pages.
How do I remove this?
Hello, Dear Morry Morgan!
In order to fix this issue, please open in code editor file models-profile.php which locates in /wp-content/themes/beautyagency/
Change line #213 form this one:
to this one:
and save changes in file.
After these steps unwanted text will disappear.
Best Regards!