You can add a tag description by editing the tag in your WordPress admin (Posts > Post Tags), then use the following code to display the description in your template file:
$tag = $wp_query->get_queried_object();
echo $tag->description;
Related Posts:
- Automatically install wordpress plugin at theme activation
- How to run Two WordPress blogs with different themes and with single database and same content
- “Donate to this plugin” for WordPress.org Plugin Authors
- When coding a WordPress theme, where does the theme (i.e. the presentation) end and the plugin (i.e. the functionality) begin?
- How to show custom message once on plugin activation?
- How to notify users of blog updates a la Admin Plugin Update notifications?
- How can I force a “404 Not Found” error
- How do I configure WordPress to talk to a Microsoft SQL Server database?
- How to set “with_front’=>false” to a plugin-generated cpt?
- plugin shortcodes not working on custom theme- unsure how to fix
- Is there a plugin that allows a user of your site to get an email from you with an attachment?
- PDF download – use wordpress functions
- Code in theme functions.php faster than with a plugin?
- API to filter new user registration $POST data?
- Set cookie then immediantly refresh the page
- Is there a plugin that makes extnernal links open in new window, BUT [closed]
- How to remove duplicate Custom Fields?
- Calling a plugin in theme development
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- ‘Customize’ button in admin bar for CSS
- Saving Custom Post types and fields to a custom table
- WooCommerce shop page orderby [closed]
- How to create user groups and allow custom posts and plugin modify/access to specific group?
- How can I disable the multisite feature of WordPress 3.0?
- How to translate __(”) strings in admin [closed]
- Breadcrumb NavXT plugin – exclude ‘home’ page
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- trying to get user info in plugin
- How to delete page by deactivating plugin
- Customize permalink wordpress category id
- Take input from form and pass it to function using a wp-plugin
- Translation for the plugin using redux framework does not work
- Re use the list table for a custom post type on another page
- Can we have an ‘Update metadata’ button in Image Gallery for all image instances?
- Stop Plugin Enumeration [closed]
- Change get_current_user_id code to the author’s profile
- Is there a premium plugin for appointment reservation? [closed]
- get_option error plugin development
- How to get the permanent link in a plugin?
- do add_action on condition
- Duplicate results are displayed in a custom plugin [closed]
- Need a wordpress plugin to show tutorial difficulty [closed]
- Plugin is a widget, but I want to call it in the head, can I?
- Meta Box by Rilwis, Load metabox on all page templates EXCEPT the homepage
- Adding rel=”nofollow” to external links in posts?
- Plugin that provides the [edit] shortcode?
- How do I get the Twitter Tools widget to display my tweets?
- Is there a way to convert shortcodes to html content?
- Loop in elementor custom widget not working
- Change text string in a plugin
- How to include files relative to a file’s directory
- track all external links on blog via username
- How to access OOP plugin function inside themes or other plugin
- Contact Form 7 “non-selectable” options in a drop down [closed]
- How to add custom text editor in add post section?
- Anyone know of a plugin for WordPress that uses osCommerce? [closed]
- Minimalistic schedular
- Creating New Dynamic Fields for a Certificate (Number Generation, Code Referencing, and more)
- How to get saved elementor template list programmatically?
- how to validate input field in wordpress generated with wpform plugin
- Remove custom taxonomy name from the slug – Custom Post Type UI
- Conditional delete metadata does not works
- “Disable” specific plugins on certain pages
- Ability to change homepage on WordPress using API
- The function called on the wp head hook becomes null
- custom post type get_posts() function not work
- WordPress plugin download-after-email issue
- How to add defer to WordPress Plugin javascript? [duplicate]
- Powerpress upload a podcast without creating a post for it
- Remove metatag from a particular page
- Custom shortcode being shown in WPBakery backend rather than the block
- How to disable/enable a plugin at a specific time
- user specific private content
- Enable plugins that are “not supported”
- Need Help Understanding Debug Log Errors
- custom/automatic export function – one post at a time?
- How to create multi-slug admin page and retrieve it with $_GET or something?
- How to show a message to a user?
- WP-admin plugin installation via FTP silently fails on shared hosting
- Is it possible to restrict content in wordpress?
- Prefix of $wpdb does not worked and does not displayed
- Custom Widget not Available after Plugin Installation
- How to allow customers to input a text as a product variation *and* charge per character?
- Site not displaying correctly when re-directing from root to sub-directory
- Can I have a link within a WP UI Spoiler
- How to structure plugin in to functions?
- Breadcrumb is not generating the correct post page url
- Check if post was modified by editor different than post author
- Award points if a specific custom taxonomy is selected – Cubepoints
- Plugin Admin Page Ajax-Admin call returning 0, URL set correctly. Implemented localized scripts but did not fix it
- SOLVED – $wp_admin_bar and AJAX calls
- booking form with availability calendar [closed]
- Move a single Plugin [closed]
- Animate like Stack exchange frequently asked questions [closed]
- How to Add a Website Background Image to One Page?
- Fetching Video From YouTube Automatically [closed]
- Visual Composer Tabs don’t work on mobile
- warning wp session
- Google Books Lookup & Auto FIll
- WP_Query does not return the result even if the data is present in the database