Support » Themes and Templates » where can i find complete function reference

  • Hi

    I am learning integrating wordpress with custom written css/xhtml websites. so far I am doing good. only problem is that i cannot get full functions reference anywhere e.g when i use

    get_links_list()

    it displays heading BLOGROLL by default. what parameter i can send to change this heading of blogroll to some other string. similarly for PAGES function of

    wp_list_pages() i can send title_l=<h3>string</h3>

    but i cannot do the same for wp_get_archives()… so basically I am confused if there is any decided behavior of parameters for all functions or if there is any PDF or online documentation of all possible options of all functions?

    thank you very much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘where can i find complete function reference’ is closed to new replies.