Purpose: List of reference links when you plan to modify WordPress

Just a list of links that have come handy for me when making changes to WordPress code in PHP. Basic wordpress (and PHP) modification skill level required.
Purpose: List of reference links when you plan to modify WordPress
Just a list of links that have come handy for me when making changes to WordPress code in PHP. Basic wordpress (and PHP) modification skill level required.
Purpose: Create new WordPress Custom Template Page (PHP)
A WordPress PHP script. Taken from the WordPress offical codex, just for a personal note.
Purpose: Show All WordPress Blog Categories and the Post topic names only
A WordPress PHP script. An example of the action can be seen in the Archives page of this blog. It is a tidy view with no other fusshuss to easly navigate through the stuff written in here. More old fashioned hierarchical way.