↧
Numbered page navigation for WordPress with Thesis
I wanted to share my code for numbered page navigation in Thesis. I started with this numbered pages tutorial, but wound up modifying it to add smart first/last and prev/next buttons. You can see it in...
View ArticleBuild your own WordPress dashboard widget for any RSS feed
It’s easy to add your own dashboard widget to WordPress, and one of the easiest to widgets to add is one that displays recent updates from any RSS feed. I put together the above widget for a project I...
View ArticleUpdate Your Copyright Notice Automatically
It is easy to forget to update the copyright notice on your website or blog every year. Fortunately, you don’t have to. Instead, you can use this bit of code: © <?php echo date('Y') ?>...
View Article