How to Show Full Image in Single Speaker Page

  1. Home
  2. Docs
  3. Event Manager
  4. Frequently Asked Question...
  5. How to Show Full Image in Single Speaker Page

How to Show Full Image in Single Speaker Page

1. Backup the original files before making any changes.

2. Open the file wp-content/themes/event-manager/single-sc-speakers.php

3. Find (at line 23) 

echo ‘<p>’ . get_the_post_thumbnail( $post->ID, ‘sc_thumbnail’ ) . ‘</p>’;

4. Replace with: 

echo ‘<p>’ . get_the_post_thumbnail( $post->ID, ‘full’ ) . ‘</p>’;

6. Update the file.

Was this article helpful to you? Yes No