Title: Slide Title
Last modified: August 21, 2016

---

# Slide Title

 *  Resolved [one9ooh6](https://wordpress.org/support/users/one9ooh6/)
 * (@one9ooh6)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/)
 * Is there a way to make the title on the slide a link? Only the image is a link.
 * [http://wordpress.org/extend/plugins/easyrotator-for-wordpress/](http://wordpress.org/extend/plugins/easyrotator-for-wordpress/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902884)
 * Hi,
 * You can automatically link the titles by editing the `wp-content/plugins/easyrotator-
   for-wordpress/engine/main.php` plugin file. On or around line 1870, you’ll see:
 * `$codeOut .= "\n " . '<span class="title">' . $title . '</span>';`
 * Update this to be:
 * `$codeOut .= "\n " . '<span class="title">< a href="' . htmlspecialchars($link).'"
   >' . $title . '</a></span>';`
 * NOTE: I added a space between `<` and `a` (it’s currently `< a`) to prevent the
   forum from breaking the formatting. You should remove that space in the real 
   code.
 * Sincerely,
    Drew O’Neill
 *  Thread Starter [one9ooh6](https://wordpress.org/support/users/one9ooh6/)
 * (@one9ooh6)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902907)
 * Hey Drew,
 * That didn’t work for me, unless I did something wrong.
 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902909)
 * Hi,
 * Can you please post a [gist](http://gist.github.com/) with the exact code that
   you changed? Please also send the URL of your page that has a rotator that’s 
   not auto-linking.
 * Sincerely,
    Drew O’Neill
 *  Thread Starter [one9ooh6](https://wordpress.org/support/users/one9ooh6/)
 * (@one9ooh6)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902910)
 * Here’s the `<a></a>`
 *  Thread Starter [one9ooh6](https://wordpress.org/support/users/one9ooh6/)
 * (@one9ooh6)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902911)
 * Here’s the [ link ](http://capcenter.net/).
 * Here’s the [screenshot](https://www.dropbox.com/s/a5t4c0dfcjbv2ix/screenshot.jpg)
 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902957)
 * Hi,
 * Sorry – the code I sent was for dynamically-generated slides; to add links to
   manually-added slides, just update the slide titles in the editor to include 
   link code. For example:
 * `Miss America is coming to Vicksburg!`
 * Becomes:
 * `< a href="http://capcenter.net/a-day-with-miss-america/">Miss America is coming
   to Vicksburg!< /a>`
 * (Spaces added to `a` tags to prevent parsing.)
 * Sincerely,
    Drew O’Neill

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Slide Title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easyrotator-for-wordpress_72a6c3.
   svg)
 * [EasyRotator for WordPress - Slider Plugin](https://wordpress.org/plugins/easyrotator-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easyrotator-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easyrotator-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easyrotator-for-wordpress/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [DWUser](https://wordpress.org/support/users/dwusercom/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/slide-title-2/#post-3902957)
 * Status: resolved