Need resource on available functions and objects
I am a programmer, and love jQuery. Visual jQuery and other resources is THE best place to get all the code/function et get your hand dirty...
But when it come to WordPress.. the code is too thin or too abstract... i nee more like a dictionary of term, function, and possibility
What i need is like the ULTIMATE cheat sheet, made in a bible.. i don't care if it 20 pages, i need an HOW TO book of the function possible... like :
wp_list_categories.. where it is and what are the the return values
this snippet i copy from the web :
?php foreach (get_the_category() as $cat){ echo "[" . $cat-cat_name . "] ";} ?
the method cat_name HOW SHOULD I KNOW THAT ???? where to find the reference ??
please enlight me !
Topic code references Wordpress
Category Web