Title: Post tag list
Last modified: August 20, 2016

---

# Post tag list

 *  Resolved [CaDeAtH](https://wordpress.org/support/users/cadeath/)
 * (@cadeath)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/post-tag-list/)
 * Good Day,
 * I would like to ask, how to post the tag list.
    All that I tag in the word
 * > apple
 * .
 * where the list displays only Title and Content before MORE…
 * Thank you, I am having problem is search, it is seems I can’t find the right 
   solution…
 * Sorry

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/post-tag-list/#post-2343999)
 * > I would like to ask, how to post the tag list.
 * in the loop of the front page (index.php ?) or single posts (single.php) add `
   <?php the_tags(); ?>` [http://codex.wordpress.org/Function_Reference/the_tags](http://codex.wordpress.org/Function_Reference/the_tags)
 * > where the list displays only Title and Content before MORE…
 * create a template _**tag.php **_ [http://codex.wordpress.org/Tag_Templates](http://codex.wordpress.org/Tag_Templates)
   possibly starting with a copy of index.php (this depends on the structure of 
   your theme);
    then make sure to have `the_content('read more');` [http://codex.wordpress.org/Function_Reference/the_content](http://codex.wordpress.org/Function_Reference/the_content)
   within the loop [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
 * for more detailed suggestions, please post more information such as the name 
   of your existing theme and a link to your site.
 *  Thread Starter [CaDeAtH](https://wordpress.org/support/users/cadeath/)
 * (@cadeath)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/post-tag-list/#post-2344024)
 * Thanks for the links.
    All I want is like this.
 * I will post an article about apple.
    Below are the list of articles that have
   APPLE as tag.
 *  Thread Starter [CaDeAtH](https://wordpress.org/support/users/cadeath/)
 * (@cadeath)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/post-tag-list/#post-2344249)
 * Resolved
 *     ```
       $tag = "apple";
       $sql = 'tag=' . $tag .'&post_status=publish' . '&posts_per_page=0';
       query_posts( $sql );
       ```
   
 * I used query_posts to list down all the articles that has an APPLE tag…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post tag list’ is closed to new replies.

## Tags

 * [list](https://wordpress.org/support/topic-tag/list/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [tag](https://wordpress.org/support/topic-tag/tag/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [CaDeAtH](https://wordpress.org/support/users/cadeath/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/post-tag-list/#post-2344249)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
