Title: Display Content
Last modified: August 20, 2016

---

# Display Content

 *  Resolved [dmorrisse](https://wordpress.org/support/users/dmorrisse/)
 * (@dmorrisse)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/display-content-1/)
 * I have the scroller pointed to a specific category, for some reason the content
   for each post isnt being displayed.
 * Only the title is
 * [http://wordpress.org/extend/plugins/jquery-vertical-scroller/](http://wordpress.org/extend/plugins/jquery-vertical-scroller/)

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

 *  Plugin Author [Vamsi Pulavarthi](https://wordpress.org/support/users/vamsitech/)
 * (@vamsitech)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232670)
 * Hi
    The scroller doesn’t support display of the content at this time. It only
   supports display of titles. We’ll try to add that option in our next version.
 * Thanks
    Vamsi
 *  Plugin Author [Vamsi Pulavarthi](https://wordpress.org/support/users/vamsitech/)
 * (@vamsitech)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232671)
 * Hi
    If you are unable to wait till then, you can edit the file sg-jqvs-widget-
   plugin.php.
 * At line 191, you should find `<a href="<?php the_permalink(); ?>"><?php the_title();?
   ></a>`
 * At the end of the line, add this: `<br /><?php the_content(); ?>`
 * The plugin will start displaying post content also.
 * Happy blogging!!!
 *  [williambennettiv](https://wordpress.org/support/users/williambennettiv/)
 * (@williambennettiv)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232729)
 * would love to display content as well! Actually for my use the content is more
   important than titles! Just tested the above addition to the code out, no luck.
   Any updates on incorporating the content into the scroller?
 * Thank you!
 * EDIT: according to the documentation it doesnt look like this is neccessary anymore…
   correct?
 * Did find the coding to add to the shortcode for displaying the excerpt, but what
   about displaying the FULL content?
 *  [williambennettiv](https://wordpress.org/support/users/williambennettiv/)
 * (@williambennettiv)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232730)
 * looking at the code, looks like includecontent=”content” should do it, correct?
   No luck so far if that is the case
 *  [williambennettiv](https://wordpress.org/support/users/williambennettiv/)
 * (@williambennettiv)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232731)
 * works great with the new update!! THANK YOU!!!

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

 The topic ‘Display Content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-vertical-scroller_e2d9b9.svg)
 * [jQuery Vertical Scroller](https://wordpress.org/plugins/jquery-vertical-scroller/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-vertical-scroller/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-vertical-scroller/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-vertical-scroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-vertical-scroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-vertical-scroller/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [williambennettiv](https://wordpress.org/support/users/williambennettiv/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/display-content-1/#post-3232731)
 * Status: resolved