Title: Single Record View
Last modified: February 5, 2017

---

# Single Record View

 *  Resolved [SirClive](https://wordpress.org/support/users/sirclive/)
 * (@sirclive)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/single-record-view/)
 * Is it possible to exclude fields from the single record view?
    Also, am I able
   to format that page (I would like it to show the uploaded image at full size 
   rather than a thumbnail)

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

 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/single-record-view/#post-8741311)
 * The shortcode can determine which fields or groups are shown on the page, but
   you may want to consider organizing your fields into groups. That way, you can
   put all the fields you don’t want shown in a group that doesn’t display. In the
   plugin default configuration, there is a group canned “Administration” that is
   an example of this.
 * [Read the docs](https://xnau.com/work/wordpress-plugins/participants-database/participants-database-documentation/defining-participants-database-fields/)
   for more details.
 * Changing the size of images is another thing that requires you create CSS rules
   to format the layout. For instance, most of the time, a CSS rule like this will
   set the size of the image in the single record display:
 *     ```
       .pdb-single .image-field-wrap img {
          height: 200px;
       }
       ```
   
 * That can go into the “Custom CSS” setting in the plugin. Refer to the article
   I mentioned in you other thread for the details on that.
 *  Thread Starter [SirClive](https://wordpress.org/support/users/sirclive/)
 * (@sirclive)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/single-record-view/#post-8745624)
 * Legend. Thanks for that.

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

The topic ‘Single Record View’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [SirClive](https://wordpress.org/support/users/sirclive/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/single-record-view/#post-8745624)
 * Status: resolved