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?
|
I am going to write my own post display thing, and I cannot find a list of all these type of functions:
I'm sure there are more, but where can I find a list? |
|||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
#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 Click on the image to enlarge... #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... 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. |
||||
|
|
|
Your best bet is the Wordpress Function Reference, the template tags list, or the even the Wordpress source. |
|||
|
|
|
@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 :) |
|||
|
|