PluginProbe
Tag Groups is the Advanced Way to Display Your Taxonomy Terms / trunk
Tag Groups is the Advanced Way to Display Your Taxonomy Terms vtrunk
2.2.2 2.2.1 2.2.0 trunk 1.40.0 1.40.2 1.41.0 1.42.1 1.43.0 1.43.1 1.43.10 1.43.10.1 1.43.2 1.43.3 1.43.4 1.43.5 1.43.6 1.43.7 1.43.9 1.44.0 1.44.1 1.44.3 1.44.3.1 2.0.0 2.0.1 All 36 releases
tag-groups / views / admin / sample_page.view.php

sample_page.view.php in Tag Groups is the Advanced Way to Display Your Taxonomy Terms trunk, at views/admin/sample_page.view.php

45 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <p>
2 <?php /* translators: %s is the author display name */ printf(esc_html__('%s created this sample page in the Setup Wizard of the <b>Tag Groups</b> plugin. You can safely edit and delete it or keep it for future reference.', 'tag-groups'), esc_html($author_display_name)) ?>
3 </p>
4
5 <p>
6 <?php _e('The following shortcodes use a variety of parameters so that you can get an idea of the options. Feel free to generate a new sample page with more features after upgrading the plugin.', 'tag-groups') ?>
7 </p>
8
9 <p>
10 <?php /* translators: %s is the href attribute with URL */ printf(esc_html__('Please find links to the documentation in the <a %s>Tag Groups settings</a>.', 'tag-groups'), 'href="' . esc_url($tag_groups_settings_link) . '"') ?>
11 </p>
12 <hr />
13
14 <h2><?php _e('Tabbed Tag Cloud', 'tag-groups') ?></h2>
15 <p>
16 [tag_groups_cloud custom_title="We have {count} posts for this tag." hide_empty=0 hide_empty_tabs=1] 
17 </p>
18 <hr />
19
20 <h2><?php _e('Accordion Tag Cloud', 'tag-groups') ?></h2>
21 <p>
22 [tag_groups_accordion separator="|" prepend="#" hide_empty=0 mouseover=1 heightstyle=content hide_empty_content=1]
23 </p>
24 <hr />
25
26 <h2><?php _e('Alphabetical Tag Cloud', 'tag-groups') ?></h2>
27 <p>
28 [tag_groups_alphabet_tabs exclude_letters="äöüß" hide_empty=0 smallest=16 largest=24]
29 </p>
30 <hr />
31
32 <h2><?php _e('Tag List', 'tag-groups') ?></h2>
33 <p>
34 [tag_groups_tag_list prepend="#" hide_empty=0 smallest=16 largest=16]
35 </p>
36 <hr />
37
38 <h2><?php _e('Alphabetical Tag Index', 'tag-groups') ?></h2>
39 <p>
40 [tag_groups_alphabetical_index exclude_letters="0123456789" hide_empty=0 smallest=16 largest=16]
41 </p>
42 <hr />
43
44 <p>Created by <a href="https://chattymango.com/tag-groups/" target="_blank">Chatty Mango's Tag Groups plugin</a></p>
45