Title: indexing posts
Last modified: August 19, 2016

---

# indexing posts

 *  Resolved [jami1955](https://wordpress.org/support/users/jami1955/)
 * (@jami1955)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/indexing-posts/)
 * Hi, how can I **index posts** so they all appear as a list of linked titles? 
   Arranged chronologically by date of post would be great.
    thanks, JSC, Boulder

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/indexing-posts/#post-882240)
 * If you want to show that list of posts on your blog’s main page it may be as 
   simple as changing your theme’s index.php file to not display things like ‘the_content’.
 * If you want that index displayed on a [Page](http://codex.wordpress.org/Pages)
   you will want to use the [template tag](http://codex.wordpress.org/Template_Tags),
   [query_posts()](http://codex.wordpress.org/Template_Tags/query_posts), and use
   something like the code below, taken from wp-content/themes/default/index.php,
   in your [loop](http://codex.wordpress.org/The_Loop):
    `<h2><a href="<?php the_permalink()?
   >" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?
   php the_title(); ?></a></h2>`
 * Or resort to a plugin like: [http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/](http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/)
 * Resources:
    [Template Hierarchy](http://codex.wordpress.org/Template_Hierarchy)
   [Stepping Into Templates](http://codex.wordpress.org/Stepping_Into_Templates)
   [Stepping Into Template Tags](http://codex.wordpress.org/Stepping_Into_Template_Tags)

Viewing 1 replies (of 1 total)

The topic ‘indexing posts’ is closed to new replies.

## Tags

 * [indexing](https://wordpress.org/support/topic-tag/indexing/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/indexing-posts/#post-882240)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
