Shortcodes

There are five shortcodes built into ArtistPress. They are outlined below.

Artist Profile Shortcode

The Artist Profile shortcode is used to display the Artist Profile page content.  It defaults to display the artist name, photo, phone number, email, and bio. This shortcode requires one parameter which is the post ID of the ArtistPress Artist post.

[artistpress-artist id="X"]

Show List

The Show List shortcode is used to display the list of shows. This shortcode has no parameters.

[artistpress-show-list]

Show

The ArtistPress Show shortcode is used to display an individual show on any page of the site. This shortcode requires one parameter which is the post ID of the ArtistPress Show post.

[artistpress-show id="X"]

Gallery Shortcode

The ArtistPress Gallery shortcode is used to display an individual gallery on any page of the site. This shortcode requires one parameter which is the post ID of the ArtistPress Gallery post.

[artistpress-gallery id="X"]

Album Shortcode

The ArtistPress Album shortcode is used to display an album of galleries.  This album can contain all of you galleries or a select few. To use this shortcode to display an album that contains all of the galleries use the shortcode below.

[artistpress-gallery-album]

To limit what galleries show up in the album add the term="X" parameter like the example below.

[artistpress-gallery-album term="X"]