Title: [Plugin: Responsive Slider] Adding functionality?
Last modified: August 20, 2016

---

# [Plugin: Responsive Slider] Adding functionality?

 *  [Aaron Reimann](https://wordpress.org/support/users/areimann/)
 * (@areimann)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-responsive-slider-adding-functionality/)
 * I was wondering if you can add the ability to add an excerpt? I’d love to have
   the ability to have a little text in the bottom left (or where ever CSS allows).
 * If you don’t have time, can I do it and submit the code to you?
 * [http://wordpress.org/extend/plugins/responsive-slider/](http://wordpress.org/extend/plugins/responsive-slider/)

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

 *  [Ericka125](https://wordpress.org/support/users/ericka125/)
 * (@ericka125)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-responsive-slider-adding-functionality/#post-2793357)
 * I would love to have this functionality!
 *  [NazarDesign](https://wordpress.org/support/users/nazarethm/)
 * (@nazarethm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-responsive-slider-adding-functionality/#post-2793363)
 * Hi!
 * You can add this functionality, follow this steps:
 * 1- Open responsive slider folder and open, find the archive responsive-slider.
   php and open it in your favorite software (I prefer Notepad++)
 * 2- Look the codeline 161
    ‘supports’=> array( ‘title’,’thumbnail’, ‘page-attributes’),
   add this object ‘editor’ into supports array, then this line looks like this:
 * ‘supports’=> array( ‘title’, ‘editor’, ‘thumbnail’, ‘page-attributes’ ),
 * 3- Now go to the codeline 261 you show the <?php the_tile(”);?> (wrap in the 
   A html tag) add after this line <?php the_content(”);?>
 * That is all.
 * P.D. You can wrap in h3 or p html tag to make easy work with css.

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

The topic ‘[Plugin: Responsive Slider] Adding functionality?’ is closed to new replies.

 * ![](https://ps.w.org/responsive-slider/assets/icon-256x256.png?rev=1429699)
 * [Responsive Slider](https://wordpress.org/plugins/responsive-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-slider/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [NazarDesign](https://wordpress.org/support/users/nazarethm/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-responsive-slider-adding-functionality/#post-2793363)
 * Status: not resolved