Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description: Show a banner with the latest release published.

Optional Parameters

parameter

type

purpose

default

label

string

filters the list to match only the specified label

all

items-page

numeric

number of items returned

1

item-filter

select

filter by status (released, unreleased, all)

released

filter-artists

select

filter by status (released, unreleased, all)

released

To filter the list by label, use the full label name as listed in LabelGrid.

...

Description: Show a list of releases with pagination. Can be filtered to show only a selected record label.

Optional Parameters

parameter

type

purpose

default

label

string

filters the list to match only the specified label

all

show_title

true/false

show or hide page title

true

items-page

numeric

number of items per page

12

items-row

numeric

number of items per row

4

pagination

on/off

enable pagination

on

title-below

yes/no

show titles below artwork

no

item-filter

select

array

filter by

status (released, unreleased, all)all

artists IDs

null

exclude

array

exclude specific Release IDs

null

To filter the list by label, use the full label name as listed in LabelGrid.

...

Description: Print all Stores links for a certain release.

Optional Parameters

parameter

type

purpose

default

release-id

integer

specifies the release id to display.

null

Note

NOTE: If the shortcode is called inside a loop and no ID is specified, it will use the post ID of the loop.

...

Description: Filter the displayed records by Genre or Record Label

Optional Parameters

parameter

type

purpose

default

record_label

integer

If set to "true" will show the Record labels Dropdown in the filters

null

Note

NOTE: These filters work in conjunction with [labelgrid-release-list]

...

Description: Show a list of releases with pagination. Can be filtered to show only a selected artist category.

Optional Parameters

parameter

type

purpose

default

category

string*

filters the list to match only the specified artist category

all

show_title

true/false

show or hide page title

true

items-page

numeric

number of items per page

12

items-row

numeric

number of items per row

4

pagination

on/off

enable pagination

on

title-below

yes/no

show titles below artwork

no

*Category filtering: To filter the list by category, use the artist category name.

...

Description: Show a list of Gate Downloads with Pagination. Can be filtered to show only a selected Gate Category.

Optional Parameters

parameter

type

purpose

default

category

string*

filters the list to match only the specified gate category

all

show_title

true/false

show or hide page title

true

items-page

numeric

number of items per page

12

items-row

numeric

number of items per row

4

pagination

on/off

enables pagination

on

*Category filtering: To filter the list by category, use the gate category name.

...

Description: Show the download button which will trigger a download window for the user.

Optional Parameters

parameter

type

purpose

default

gate-id

string*

specifies the gate-id (or post id associated to the gate)

current post id

button-label

string

show a custom text for the download button

null

custom-class

string

use a custom CSS class on the button

null

download-text

string

change the default text inside the download window

null

Info

Custom CSS class: the plugin will print only a<a href class=”custom”></a>removing the default DIV that contains the link.

...