Title: Indexing all posts
Last modified: August 18, 2016

---

# Indexing all posts

 *  Anonymous
 * [21 years, 11 months ago](https://wordpress.org/support/topic/indexing-all-posts/)
 * Hello,
    Using 1.3 nightly 15-9-04 2 questions: 1.Is there a possibility of indexing
   every post on a site which can then be listed and used as a means of referencing
   a site’s contents? 2. If I use a single post option on my site and also provide
   a category list – can the category call list a defined number of posts within
   that category? At the moment the category list simply pulls each single page 
   which then needs to be navigated using next/previous page etc. I would like to
   show all the posts within a category when it is called.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/indexing-all-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/indexing-all-posts/page/2/?output_format=md)

 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92953)
 * I’m looking for a similar thing, at least in part 1 of his question:
 * How can I get an index listing of every post on my site? Like a sitemap but more
   as a tool for me rather than the public.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92954)
 * Well, that’s basically what an archive page is, no? Are you wanting something
   in the admin panel itself, Lorelle?
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92955)
 * I’m editing volumes of posts that I’m adding to WP which include links to articles
   within the site. I want to change these to the WP permalinks. I need a list of
   all the articles I’ve put in, in their permalink form, so when I’m editing the
   stuff, I can add or change the hyperlink.
 * Instead of going to the EDIT/MANAGE screen all the time to get the specific link,
   if I have them printed out with their links I can glance at the paper.
 * Maybe I can do this with the nicearchives page?
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92956)
 * Hey, is there a way to add the post-slug or permalink name to the MANAGE screen?
   Hmmm, that might solve a lot of problems when it comes to finding the specific
   link to a post.
 * I think of all the people who link to other pages within their blog to connect
   the dots, and making this information easier to find would benefit all, not just
   me with my personal need.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92957)
 * 1. Like a table of contents?
 * [http://puffy.nu/~davos/pages/code/wp-toc/](http://puffy.nu/~davos/pages/code/wp-toc/)
 * Or more like a title index of all posts?
 * [http://weblogtoolscollection.com/archives/2004/05/23/sortable-nicer-archives-for-wordpress/](http://weblogtoolscollection.com/archives/2004/05/23/sortable-nicer-archives-for-wordpress/)
 * 2. No idea if it offers this, but take a look at Show Categories.
 * [http://wordpress.org/support/topic.php?id=21194](http://wordpress.org/support/topic.php?id=21194)
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92958)
 * Sounds like you are on to something. Give it a shot!
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92959)
 * I don’t yet know why, conflict with another plugin I think, and I’ve let them
   know, but the wp-toc crashes on me. Big time. I love it and want to use it!
 * Nicer Archives is lovely, but in order to see the link, you got to move your 
   mouse over it. Show Categories is the same way, as is toc.
 * I want to SEE the link, which is why I thought it might be cool to add it to 
   the Admin MANAGE/EDIT screen so that others could see the links to their posts
   to speed up the process of cross linking between them.
 * How do you all make it more efficient to link between your different posts? Great
   memories, keeping a list, printing it out from the database, or what? It must
   be easier when using permalinks to remember the titles of the posts, but if you
   aren’t using permalinks, how do you remember which post is 548 and which is 726?
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92960)
 * I did find information in the codex for creating an HTML list of pages, with 
   a huge warning that this is still under work order, at [http://codex.wordpress.org/Template_Tags/wp_list_pages](http://codex.wordpress.org/Template_Tags/wp_list_pages)
   and I wonder if this might give me what I want.
 * – – – –
    I am having a problem that will have to be addressed here in the forum
   and in the codex. When is a page a page and a Page a Page? This is in reference
   to the new Pages feature in 1.5. In this particular Codex file, it says it can
   create a list of pages. Are these Pages or pages? See what I mean?
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92961)
 * wp_list_pages is intended for the “static” Page feature in 1.5. It will not list
   all pages, etc. Just, uhh, Pages.
 * As far as I’m concerned, a Page should always be capitalized (just to signal 
   the fact we’re not talking about a page…yeah, confusing), and a non-Page “post”
   page is called a post, or single post page. All others are prefixed with their
   blog-specific terms (archive page, category page, etc.).
 * (I wish the devs had been more imaginative in naming the Page feature. But there
   you go.)
 *  [Michael Adams (mdawaffe)](https://wordpress.org/support/users/mdawaffe/)
 * (@mdawaffe)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92962)
 * The “Page” terminology was somebody’s worst ever idea `:)`
 * Is it too late to change to… anything else?
 * EDIT: Is there some appropriate publishing term out there like “leaf” or “spread”
   or something? I know this is a losing battle, but still.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92963)
 * Could call them Statics. Not strictly correct, but…
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92964)
 * Nothing like a good tangent – the very BEST name to call these would be exactly
   what they are: Static Pages. They feature the header and sidebar stuff, but they
   remain the same, no matter what – so to speak.
 * The posts are transitional, and based traditionally upon one page, the index.
   php, changing and adjusting depending upon what the user is doing. Therefore,
   posts are posts and static pages stand still.
 * =====
    Station Break over, folks. How do you all get your list of “p”ages (post
   pages) so you can reference them in your posts….or Pages….? hee hee
 *  [chuckblue](https://wordpress.org/support/users/chuckblue/)
 * (@chuckblue)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92965)
 * Hmm. I don’t have a list or reference…
 * which would be a major pain if took my 1,000 html page site and converted it 
   to wp. No way to look over a list of pages… or figure out which one of them I
   really wanted.
 * at present I am using a dhtml/javascript navigation menu system for that site.
 * It might be easier to just leave it that way. I have made major rewrites to that
   site’s nav, but I don’t think wp would work for it.
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92966)
 * You have a navigation system, but I’m just talking about posting a link within
   a post to another post, not a navigation.
 * So do you just go to your nav list and hold the mouse over, or right click copy
   shortcut and then paste it in, or what? How do you connect the dots between your
   pages when you reference one?
 *  [chuckblue](https://wordpress.org/support/users/chuckblue/)
 * (@chuckblue)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/#post-92967)
 * My large site doesn’t have wp on it yet… I might do that to it someday, but I
   don’t see it happening until months from now. I’m just too backed up in things
   to do.
 * The dhmtl/javascript menu system I have I downloaded and installed on my static
   pages. The url for it is on each page.
 * If there was a way to easily add wp and integrate it with the site, I would do
   so. but it doesn’t look like they will work together.
 * Its my ad&d first edition site, if you are interested in the url, to get the 
   menu system site, I’ll post it.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/indexing-all-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/indexing-all-posts/page/2/?output_format=md)

The topic ‘Indexing all posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 6 participants
 * Last reply from: [chuckblue](https://wordpress.org/support/users/chuckblue/)
 * Last activity: [21 years, 6 months ago](https://wordpress.org/support/topic/indexing-all-posts/page/2/#post-92972)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
