This topic contains 18 replies, has 2 voices, and was last updated by 7Theme Support 10 years, 4 months ago.
The forum ‘Theme support’ is closed to new topics and replies.
Home › Forums › Theme support › Strong Theme – Team and Instructor Images are Large
This topic contains 18 replies, has 2 voices, and was last updated by 7Theme Support 10 years, 4 months ago.
OKay, can you give me the code to edit the php files and which files to edit? I only need them to be about 400×450 or smaller.
Please search in the files “single-team.php” and “single-default.php” and replace this code:
< ?php sl_single_header_output(); ?>
and replace it with this code:
< ?php the_post_thumbnail( array(400, 450) ); ?>
See also:
https://codex.wordpress.org/Function_Reference/the_post_thumbnail
PLEASE NOTE:
Those changes are not covered by free support, so this instruction is only a goodwill solution, but we cannot advise more details for free. All this changes / solution you can also find on wordpress.org in the function reference
It worked many thanks for everything!!!!
You’re welcome!
The forum ‘Theme support’ is closed to new topics and replies.