Every string in a template can be customized to suit your specific needs. This can be done by setting template-enabled shortcode options. These string shortcode options all begin with “str_”. Every template differs on what strings are available to be customized; please refer to the template’s documentation [currently under construction] to learn more. But here …
The default dimensions of the Tile template are 240px x 150px. Tile enables two shortcode options to control the card dimensions. They are card_width and card_height. Examples: /* * Example 1 * Change both the height and width. */ [connections card_width=300 card_height=175] /* * Example 2 * Change just the width. */ [connections card_width=300] /* …
Explaining how the addr_format shortcode option works is difficult, so I will provide some examples. First, some background. The addr_format option accepts only a few specific tokens.Tokens are the % symbols, and the word between, for example, %label%, is a token. The valid tokens for the addr_format option are: When processing the display of the …
By default, the template will show 20 entries per page. You can change the number of entries per page by setting a template-enabled shortcode option, page_limit. Here is an example:
You can hide empty categories by setting a template-enable shortcode option, show_empty_categories. Here’s an example:
