Plugin Directory

Changeset 3485182


Ignore:
Timestamp:
03/17/2026 11:54:43 PM (3 weeks ago)
Author:
s7ntech
Message:

Update readme: reflect top-level menu position (v1.8.0)

Location:
tag-display
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tag-display/tags/1.8.0/readme.txt

    r3485167 r3485182  
    38381. Upload the `tag-display` folder to the `/wp-content/plugins/` directory.
    39392. Activate the plugin through the 'Plugins' menu in WordPress.
    40 3. Go to **Settings → Tag Display** to configure templates, colors, tag ordering, and auto-display options.
     403. Go to **Tag Display** in the main WordPress menu to configure templates, colors, tag ordering, and auto-display options.
    41414. Display tags in one of three ways:
    4242   * **Shortcode** — add `[s7n_tag_display]` to any post or page.
    4343   * **Gutenberg block** — search for "Tag Display" in the block inserter.
    44    * **Automatic** — enable auto-display in **Settings → Content Types** to add tags to every post automatically.
     44   * **Automatic** — enable auto-display in **Tag Display → Content Types** to add tags to every post automatically.
    4545
    4646== Frequently Asked Questions ==
    4747
    4848= How do I use the plugin? =
    49 Activate the plugin, then go to **Settings → Tag Display** to pick a template and configure colors. From there, add tags to your posts in one of three ways:
     49Activate the plugin, then go to **Tag Display** in the main WordPress menu to pick a template and configure colors. From there, add tags to your posts in one of three ways:
    5050
    51511. **Shortcode** — paste `[s7n_tag_display]` into any post or page.
    52522. **Gutenberg block** — search for "Tag Display" in the block inserter.
    53 3. **Automatic** — enable auto-display in **Settings → Content Types** and tags appear on every post without touching the editor.
     533. **Automatic** — enable auto-display in **Tag Display → Content Types** and tags appear on every post without touching the editor.
    5454
    5555= Can I change the template style? =
    5656Yes. Choose between Default, Minimal, Cloud, Outlined, and Hashtag templates:
    5757
    58 * From the settings page: **Settings → Tag Display → General Settings → Default Template**.
     58* From the settings page: **Tag Display → General Settings → Default Template**.
    5959* Via shortcode: `[s7n_tag_display template="outlined"]`
    6060* Via Gutenberg block: select the block and use the **Template** option in the sidebar.
     
    7878
    7979= How do I limit or sort the tags? =
    80 Open **Settings → Tag Display → General Settings**:
     80Open **Tag Display → General Settings**:
    8181
    8282* **Tag Order** — alphabetical (A→Z / Z→A), by post count (most/least used), or random.
     
    8787
    8888= How do I hide specific tags? =
    89 In **Settings → Tag Display → General Settings → Exclude Tags**, enter the slugs (not names) of the tags you want to hide, separated by commas. Example: `news, uncategorized, draft`.
     89In **Tag Display → General Settings → Exclude Tags**, enter the slugs (not names) of the tags you want to hide, separated by commas. Example: `news, uncategorized, draft`.
    9090
    9191To find a tag's slug, go to **Posts → Tags** in the WordPress admin.
    9292
    9393= Can I display tags automatically without a shortcode? =
    94 Yes. Go to **Settings → Tag Display → Content Types**, enable auto-display for posts, pages, or custom post types, and choose whether tags appear **before** or **after** the content.
     94Yes. Go to **Tag Display → Content Types**, enable auto-display for posts, pages, or custom post types, and choose whether tags appear **before** or **after** the content.
    9595
    9696= How do I add rel="nofollow" or open links in a new tab? =
    97 Go to **Settings → Tag Display → General Settings** and enable the **rel="nofollow"** or **Open in new tab** checkboxes. These can also be set per-instance via shortcode (`nofollow="true"`, `new_tab="true"`) or Gutenberg block sidebar.
     97Go to **Tag Display → General Settings** and enable the **rel="nofollow"** or **Open in new tab** checkboxes. These can also be set per-instance via shortcode (`nofollow="true"`, `new_tab="true"`) or Gutenberg block sidebar.
    9898
    9999= Can I create a fully custom template from my theme? =
  • tag-display/trunk/readme.txt

    r3485165 r3485182  
    38381. Upload the `tag-display` folder to the `/wp-content/plugins/` directory.
    39392. Activate the plugin through the 'Plugins' menu in WordPress.
    40 3. Go to **Settings → Tag Display** to configure templates, colors, tag ordering, and auto-display options.
     403. Go to **Tag Display** in the main WordPress menu to configure templates, colors, tag ordering, and auto-display options.
    41414. Display tags in one of three ways:
    4242   * **Shortcode** — add `[s7n_tag_display]` to any post or page.
    4343   * **Gutenberg block** — search for "Tag Display" in the block inserter.
    44    * **Automatic** — enable auto-display in **Settings → Content Types** to add tags to every post automatically.
     44   * **Automatic** — enable auto-display in **Tag Display → Content Types** to add tags to every post automatically.
    4545
    4646== Frequently Asked Questions ==
    4747
    4848= How do I use the plugin? =
    49 Activate the plugin, then go to **Settings → Tag Display** to pick a template and configure colors. From there, add tags to your posts in one of three ways:
     49Activate the plugin, then go to **Tag Display** in the main WordPress menu to pick a template and configure colors. From there, add tags to your posts in one of three ways:
    5050
    51511. **Shortcode** — paste `[s7n_tag_display]` into any post or page.
    52522. **Gutenberg block** — search for "Tag Display" in the block inserter.
    53 3. **Automatic** — enable auto-display in **Settings → Content Types** and tags appear on every post without touching the editor.
     533. **Automatic** — enable auto-display in **Tag Display → Content Types** and tags appear on every post without touching the editor.
    5454
    5555= Can I change the template style? =
    5656Yes. Choose between Default, Minimal, Cloud, Outlined, and Hashtag templates:
    5757
    58 * From the settings page: **Settings → Tag Display → General Settings → Default Template**.
     58* From the settings page: **Tag Display → General Settings → Default Template**.
    5959* Via shortcode: `[s7n_tag_display template="outlined"]`
    6060* Via Gutenberg block: select the block and use the **Template** option in the sidebar.
     
    7878
    7979= How do I limit or sort the tags? =
    80 Open **Settings → Tag Display → General Settings**:
     80Open **Tag Display → General Settings**:
    8181
    8282* **Tag Order** — alphabetical (A→Z / Z→A), by post count (most/least used), or random.
     
    8787
    8888= How do I hide specific tags? =
    89 In **Settings → Tag Display → General Settings → Exclude Tags**, enter the slugs (not names) of the tags you want to hide, separated by commas. Example: `news, uncategorized, draft`.
     89In **Tag Display → General Settings → Exclude Tags**, enter the slugs (not names) of the tags you want to hide, separated by commas. Example: `news, uncategorized, draft`.
    9090
    9191To find a tag's slug, go to **Posts → Tags** in the WordPress admin.
    9292
    9393= Can I display tags automatically without a shortcode? =
    94 Yes. Go to **Settings → Tag Display → Content Types**, enable auto-display for posts, pages, or custom post types, and choose whether tags appear **before** or **after** the content.
     94Yes. Go to **Tag Display → Content Types**, enable auto-display for posts, pages, or custom post types, and choose whether tags appear **before** or **after** the content.
    9595
    9696= How do I add rel="nofollow" or open links in a new tab? =
    97 Go to **Settings → Tag Display → General Settings** and enable the **rel="nofollow"** or **Open in new tab** checkboxes. These can also be set per-instance via shortcode (`nofollow="true"`, `new_tab="true"`) or Gutenberg block sidebar.
     97Go to **Tag Display → General Settings** and enable the **rel="nofollow"** or **Open in new tab** checkboxes. These can also be set per-instance via shortcode (`nofollow="true"`, `new_tab="true"`) or Gutenberg block sidebar.
    9898
    9999= Can I create a fully custom template from my theme? =
Note: See TracChangeset for help on using the changeset viewer.