Archive for the ‘Wordpress’ Category

WordPress how to: Change post dates

12th

Jan–11

Whether you need to schedule a post for future publishing, or backdate a post. Wordpress provides the tools to manipulate the date of your posts.

How to use the javascript libraries included with WordPress.

07th

Dec–09

There is a better safer way to include you javascript files in your wordpress themes. Using the wp_enqueue() function will prevent problems and script clashes, you can even use it to automatically load your scripts at the bottom of your page.