
It just so happens that here at Think2Loud we love WordPress. We’re hoping that some of you do too and we want to share some of the exciting things we’ve learned or used that WordPress users (both novice and advanced) … Read More

It just so happens that here at Think2Loud we love WordPress. We’re hoping that some of you do too and we want to share some of the exciting things we’ve learned or used that WordPress users (both novice and advanced) … Read More
Introducing ThemeBrewers and easy-to-use Espresso Framework that launched yesterday. ThemeBrewers is a new place to get premium and free WordPress themes all built on their new theme framework Espresso. Read More
Like many developers out there, I do my best to write clean and manageable code. Read on to find out three simple steps to make your WordPress themes better than ever. Read More
This has become one of my favorite features when I build a new WordPress theme. It seems like such a simple thing, but when I started coding my themes with this function in mind everything melds together so nicely. Read More
WordPress merging with WordPress MU makes an awesome software package even better. The issue now is, how do you turn on the multi-site functionality? If you are like me and find yourself forgetting that one line of code needed to … Read More
Lately I’ve been doing a lot more work with WordPress, and it’s given me the opportunity to work on lots of different themes and theme frameworks. Given the choice I would much rather start a new theme from scratch. Of … Read More
So you have created a great new custom post type in WordPress 3.0 but it doesn’t show on your homepage. To add your new post type to the homepage you could use the following code in your functions.php. As you … Read More
Think2Loud had been on shared hosting for just under two years, before I finally decided to take the leap and set up my own server. A few months ago I was reading a blog post by WooThemes about their new … Read More
On the single post page for our posts, we wanted to display the excerpt only if one had been entered. Since the built-in WordPress function to get the excerpt for a post will automatically generate one for you, we couldn’t … Read More
The sticky post functionality in WordPress uses the post class function introduced in WordPress 2.7 to style your sticky post with css. In order to have your sticky posts styled different than your regular posts, you need to have the post class function in your theme within the post loop. Read More