(Moderators Note: Original title was "custom template / wordpress functions?")
I'd like to use a modified WordPress theme template and was wondering where I can find a reference for the .PHP functions that can be used within theme templates?
|
(Moderators Note: Original title was "custom template / wordpress functions?") I'd like to use a modified WordPress theme template and was wondering where I can find a reference for the .PHP functions that can be used within theme templates? |
||||
|
|
|
You can find an extensive function reference on the codex here. And there's also the WordPress PHP Doc which can be found here. Anything in particular you were looking for? |
|||
|
|
|
See the Codex for a reference of all the WP related functions, and the developer section for info about the function that you can use in your template! |
|||
|
|