How To Show a Hint with the Title of the Speaker

  1. Home
  2. Docs
  3. Event Manager
  4. Frequently Asked Question...
  5. How To Show a Hint with the Title of the Speaker

How To Show a Hint with the Title of the Speaker

1. Backup the original files before making any changes.

2. Open the file widget-speakers.php

3. Find (at line 45) 

echo ‘<a href=”‘ . get_permalink() . ‘”>’ . get_the_post_thumbnail( $post->ID, ‘sc_speakers_widget’ ) . ‘</a>’;

4. Replace this line with 

echo ‘<a href=”‘ . get_permalink() . ‘” title=”‘ . get_the_title() . ‘”>’ . get_the_post_thumbnail( $post->ID, ‘sc_speakers_widget’ ) . ‘</a>’;

5. Update the file.

 

Was this article helpful to you? Yes No