Is there a list of all display functions for templates?

I am going to write my own post display thing, and I cannot find a list of all these type of functions:

the_date();
the_title();  
the_excerpt();

I'm sure there are more, but where can I find a list?

Topic references theme-development Wordpress

Category Web


#1) A doc for a function on WordPress codex lists all related functions at the bottom of the page. For example, this is the doc for the_date(); — look at the section highlighted in the screenshot below:

Click on the image to enlarge...

Screenshot

#2) Another very good reference is QueryPosts. When you search for a function on QueryPosts, you can presume that the search results are related to that function (at least in most cases). For example:

Click on the image to enlarge...

Screenshot 2

Now, for the sake of relevance, here go the links to the pages for the respective functions where you can find other functions related to them:

And then there's Google. For e.g. the_date(); on Google Search


@Rarst built a wonderful tool for this, named queryposts.

Disclaimer: I know this isn't a good answer, as too short, but I close vote anyway :)


About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.