Multiple Ways To Show Author Fields Value

In PublishPress Authors, there are multiple ways to show Author Fields value. 

There are 6 type that you can choose to show Author Fields value, they are:

  • Field Icon: It will output the icon that you set on the Display Icon
  • Field Value: It will output the value as raw value
  • Field Suffix: It will output the value Display Suffix
  • Field Prefix: It will output the value Display Prefix
  • Field Icon + Prefix + Value + Suffix: It will output the icon + prefix + value + suffix
  • Field Prefix + Value + Suffix: It will output the prefix + value + suffix

You can also combine it with HTML tag options. We provided 10 tags:

  • span
  • div
  • link
  • p
  • H1
  • H2
  • H3
  • H4
  • H5
  • H6

The ‘span' will display as an inline element and the ‘div' will display as a block element. To make this display a link, select ‘link' and enter the first part of the URL into the “Value Prefix” field.

These are various examples of Author Fields in Author Boxes.


Example #1: All icons #


Example #2: Icon + Prefix + Value + Suffix #


Example #3: Icon + Prefix (empty) + Value + Suffix #


Example #4: Prefix + Value + Suffix #