post

Change the Posted On Date Format

How to modify the published date on WordPress posts
The WordPress Twenty Ten and Twenty Eleven themes both use a ‘posted_on’ function in the functions.php file to generate the post meta information that displays the date that a post was published. With the addition of second function for calculating the minutes or hours ‘ago’ that a post was published, it is easy to modify the WordPress ‘posted_on’ function to display the published date in this new format. Continue reading

post

Custom Menus

Custom menus were introduced in WordPress 3.0.0 and made it very intuitive and easy for non-technical people to create their own navigation schemes, for their blogs. One feature that is not so intuitive is multiple menus. Why would you want multiple menus? They can help your readers drill-down to more specific content categories, without overwhelming them with large, unwieldy, drop-downs. Continue reading