Title: Modified View
Last modified: April 2, 2019

---

# Modified View

 *  Resolved [jgessentials](https://wordpress.org/support/users/jgessentials/)
 * (@jgessentials)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/)
 * Hello,
    First of all thank you for this great plugin! I am using it a little 
   differently and am trying to create a testimonial resource that visitors can 
   search.
 * Is there a way to modify the view to make it contain only the following:
    testimonial_title
   submitter_name submit_date Clicking on the title would lead to the full testimonial
   page
 * Thank you very much!!

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/#post-11386544)
 * Hello [@jgessentials](https://wordpress.org/support/users/jgessentials/),
 * Please allow me to better understand your question.
    So you’d like a view to 
   only display these fields: title, name, and date without actually displaying 
   the testimonial?
 * If yes, I believe this is possible but with custom CSS.
    First you need to edit
   your view scroll down to Fields > Custom fields > and make sure you only have
   these fields: [https://gyazo.com/f6b22f2324da6f7616b34e8daf5e948a](https://gyazo.com/f6b22f2324da6f7616b34e8daf5e948a)
   Also make sure you have the option ‘Title link to full testimonial’ checked: 
   [https://gyazo.com/352faf86ff405cc882f3c40d7293ab8f](https://gyazo.com/352faf86ff405cc882f3c40d7293ab8f)
 * And to hide the content from the view page you can add the following code in 
   Appearance > Customize > Additional CSS:
 *     ```
       .testimonial .testimonial-inner .testimonial-content p {
           display: none;
       }
       ```
   
 * All the best,
    Mihaela
 *  Thread Starter [jgessentials](https://wordpress.org/support/users/jgessentials/)
 * (@jgessentials)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/#post-11389879)
 * Thank you very much. As a follow up. Would there be a way to display the remaining
   items in a table?
    For example:
 * testimonial_name | post_date | persons_name
    testimonial_name | post_date | persons_name
   testimonial_name | post_date | persons_name testimonial_name | post_date | persons_name
   testimonial_name | post_date | persons_name
 * is this something available in the pro version perhaps?
    Thank you
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/#post-11391323)
 * Hello [@jgessentials](https://wordpress.org/support/users/jgessentials/),
 * Unfortunately there is no option to display those in a table.
    However, we will
   consider it for our Pro version and see if we can add it as a feature once we
   release it.
 * Thank you so much!
    Mihaela
 *  Thread Starter [jgessentials](https://wordpress.org/support/users/jgessentials/)
 * (@jgessentials)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/#post-11397575)
 * Thank you, I will be a pro client for sure if you can add a way to fully customize
   what you display.

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

The topic ‘Modified View’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [jgessentials](https://wordpress.org/support/users/jgessentials/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/modified-view/#post-11397575)
 * Status: resolved