get_the_tag_list [ WordPress Functions ]
get_the_tag_list ( $before = '', $sep = '', $after = '', $id = 0 )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
| Codex |
Similar Functions: get_the_tags, get_the_term_list, get_the_category_list, get_the_title, get_theme_feature_list
Retrieve the tags for a post formatted as a string.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/get the tag list « WordPress Codex
Description. Generates a HTML string of the tags associated with the current post. The name of each tag will be linked to the relevant 'tag' page. You can tell the ...
codex.wordpress.org - tags - How do I change the output of get_the_tag_list()? - WordPress ...
Oct 27, 2011 ... The get_the_tag_list() template tag uses get_the_term_list() , which has a filter for the term links, called term_links-$taxonomy (which for tags ...
wordpress.stackexchange.com - How to exclude/filter a tag from get_the_tag_list() - WordPress ...
Apr 12, 2012 ... function mytheme_filter_tags( $term_links ) { $result = array(); $exclude_tags = array( 'some tag', 'another tag', 'third tag' ); foreach ...
wordpress.stackexchange.com - php - Wordpress get_the_tag_list($ID) help - Stack Overflow
I am making a new wordpress template and I want to just get, in text ... The template tag get_the_tags() returns an array of all of the tags ...
stackoverflow.com
User discussions [ wordpress.org ]
- peteremil_dk on "tag cloud made from specific category"
- ch4sethe5un on "tag cloud made from specific category"
- ch4sethe5un on "tag cloud made from specific category"
- ch4sethe5un on "tag cloud made from specific category"
- MichaelH on "get_the_tag_list($id)"
- timodav on "get_the_tag_list($id)"
- tinuviel on "Tags List Tag?"
- MichaelH on "Tags List Tag?"
- WPITn2shape on "Tags List Tag?"
- WPITn2shape on "Tags List Tag?"
