Tag Archives: WordPress

wordpressserver

Serve your WordPress Site 10x Faster

You might be thinking to yourself, this guy is trying to sell some type of miracle snake-oil potion. How could it be so easy to speed up your WordPress site? The truth of the matter is that most of the time we don’t take advantage of many of the resources available to us. Most WordPress users are delivering uncompressed content to visitors of their sites. But did you know you can serve most of this…

wpden_tutorial

Do you forget to set your featured image in WordPress?

If you are anything like me or have a client who is like me, this code will help you tremendously. If you ever forget to set a the featured image (post thumbnail) in your WordPress post, this code will automatically grab the first image in your post and set it as your featured image. You can simply drop this code into your active theme’s functions.php file and you are all set. Now your clients don’t…

wordpress-plugins

Adding Per-Post CSS to WordPress

Sometimes when I’m creating a post or a page in WordPress, I want to do something specific with CSS. And I really don’t want to jump back and forth with Coda, my editor. So, I decided to use this little piece of code to create a Custom CSS Meta Box appear right under my WordPress post/page editor that would allow me to type my CSS selectors and declarations right on the post/page. Now, the CSS…

wpden_tutorial

Understanding WordPress Action Hooks

The moment you start digging the tiniest bit under the surface of WordPress in your attempt to either tweak your website or create a theme or plugin, you will come face-to-face with WordPress action hooks. The common question among people who are going deeper with WordPress is what are action hooks and how do I use them? So this post will answer those two questions, plus give you a boost up in your WordPress development…

wpden_notes

The Best Of 2011: WordPress

Every year around this time I reflect over the past year, and consider the people, products, and events that shape the direction I took over the past year. This is the first of three posts. This first post is focused on WordPress (the CMS platform) since a lot of my work revolves around this awesome software. The second post deals with my personal growth over the past year, and this year will focus heavily on…

wpden_tutorial

Adding a Google Plus Button to WordPress

Google+ is a not only a great social network, but its a great way to advance your social sharing objectives for your website. When someone shares your site or your post using the “+1″ button, it not only shares the link, but it will continue to “share” the link on Google search results. Many times this alone will assist in the decision making process of whether someone clicks on a search result or not. And…

wpden_tutorial

Fixing Facebook Post Image Sharing

How many of you have had the issue of writing a great post about an amazing topic. It is so amazing that everyone who reads your post wants to share it with all of their friends. So everyone runs over to Facebook or Digg or Google Plus or (insert name of latest social sharing craze) and when they enter your post url, the default image that pops up is the image of one of your…

wpden_notes

Add WordPress Syntax to Coda

If you are like me and you use Panic’s Coda as your main IDE for all your WordPress-based development. You are really missing out if you haven’t added the following functionality to your Coda installation. Once you install the syntax file you will have the benefit of “auto-complete” while you are working with your WordPress-based files. It’s very easy to install, you just need to do three things: First download the syntax file from HitchHackerGuide,…