Archive for the ‘Code Snippets’ Category

 

Rube Goldbergesque animated GIF

I could stare at this Rube Goldbergesque animated GIF for hours at a time…

Wordpress Code

Here are a few wordpress code snippets that might help speed up your development time.
PHP Snippets for the Header
Title of the site
{code type=php} {/code}
Title of the specific post or page
{code type=php} {/code}
The style.css file’s location
{code type=php} {/code}
Pingback URL for the site
{code type=php} {/code}
Location for the site’s theme files
{code type=php} {/code}
Wordpress [...]