Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    there are two main ways to do this: one is to use field groups so if you end up with several fields you don’t want shown, it’s easier to do that…the other is to use the “fields” attribute of the shortcode. If you’ve got a lot of fields, that is the hard way, though.

    First way:

    [pdb_single groups="main,personal"]

    shows only the main and personal groups, if the field you want to hide is in a different group, it won’t be seen.

    second way:

    [pdb_single fields="first_name,last_name"]

    that will show only the first name and last name fields.

    Thread Starter wengles

    (@wengles)

    thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide field from single record view’ is closed to new replies.