wordpress tutorial

How to Add Your Face Next to Your Blog in Google

February 12, 2012

Have you noticed lately that sometimes the author’s face will show next to a blog post?  This post will show you how you can have your own lovely face show next to your website or blog! We’ve talked about the importance of Click-Thru Rate in the SERPS and Rich Snippets in SEO before, but this is the [...]

Read the full article →

How to Eliminate Spam When You Can’t Use Akismet

February 12, 2012

We are lucky in the US that we are able to use Akismet to help cut down on comment spam and contact form spam.  Yesterday, I had an email exchange with a German citizen who isn’t able to use Akismet because of German privacy laws [Correction: This is not against German law, but is a sticky [...]

Read the full article →

Javascript Conditional Code for Conversion Tracking in Google Adwords

January 16, 2012

I was working with a Squarespace site recently and needed to put some tracking code on the success page after a contact form. I’m not as familiar with SquareSpace as WordPress and had to write some javascript code to run on a contact form tracking page.  Since no PHP was available to write, Eric and [...]

Read the full article →

WordPress Comment Spam: How to get less comment spam on your WP Blog

January 15, 2012

Without the proper protection, comment spam is an absolute nightmare in WordPress.  Fortunately, the proper protections are very easy to come by. As a primer, comment spam is any comment left on your blog that adds nothing to the conversation and was likely mass posted.  These comments sometimes look like: Great post!  This makes me [...]

Read the full article →

Video- How to go from Keyword Research to More Traffic in 17 Minutes

June 23, 2011
Read the full article →

Grab your latest tweet with PHP without File_Get_Contents()

February 28, 2011

Updated Code Here! Many thanks to Nick Heer and his code for using php to pull your most recent tweet. Unfortunately my host does not all File_Got_Contents() so that left me with curl:

Read the full article →

Echoing phpBay in Your WordPress Template

February 17, 2011

I had a hell of a time trying to figure out how to call phpBay from a theme file rather than by using the shortcode.  After sending a quick email over to the developer, he eventually gave me this code which works like a charm: I hope this helps anyone else who is trying to [...]

Read the full article →

Protecting Contact Form 7 from Spam

January 17, 2011

Contact Form 7 is my favorite free WordPress plugin for making (you guessed it…) Contact Forms.  It’s a very popular plugin, and that means that spammers have decided it’s worth their hassle to write some scripts to spam you through Contact Form 7. Assuming your viagra need are sufficiently filled, you won’t be needing to [...]

Read the full article →

How to Manually Insert the WordPress Sociable Plugin into your Theme

November 5, 2010

It took me forever to find this code which allows you to manually insert the Sociable Plugin for WordPress directly into your theme.  This helps when you want to place the plugin in a place that isn’t one of the options in the Sociable settings panel. Hope that helps!  And if you need more info [...]

Read the full article →

5 Surprising Lessons Learned by User Testing

August 30, 2010

‘It’s not what you say, it’s what people hear.’ -Frank Luntz Last week they were running a deal at AppSumo that made the cost of user testing low enough that it would be silly not to try it.  So I decided to give it a go and I learned a lot about how people use [...]

Read the full article →

Awesome .htaccess Trick for Redirecting All Traffic When Working on a Site

August 20, 2010

I usually don’t do posts that include code, but this trick it just too cool. The code below is for your .htaccess file.  You would want to use this whenever you are working on a site and you want to redirect the site elsewhere while you are working on it. So, in this case we [...]

Read the full article →

What WordPress Problem Do You Have?

August 12, 2010

Today marks the launch of a refined and updated WordPress Consulting Service specially tailored to quickly and painlessly answer your questions.  You can see more about that service here. I’ve been doing phone consults with folks for a couple of years now, and have figured out what most people want is really down to earth [...]

Read the full article →

How to add a Hacker News Upvote widget to your WordPress Site

July 7, 2010

First of all, I’d like to thank Ryan W. for his help in showing me how to do this.  Considering he has had articles on the front page of HN for the last two days in a row, I’m thinking this little widget helps get those HN upvotes ‘on the reg’. Nothing will help get [...]

Read the full article →

How to Use WordPress for an eCommerce Store

July 6, 2010

Next up in our 30 Days of WordPress world series, we have Kai asking about using WordPress for an ecommerce store. Kai’s Question I’m curious about using WordPress as an e-commerce store. Are there e-commerce plugins out there other than WP e-Commerce? Outside of SEO and analytics, what areas do you recommend focusing on for [...]

Read the full article →

How to Customize Your WordPress Installation Package

July 2, 2010

For the 3rd answer in my 30 Days of WordPress extravaganza, we are taking a look at Robert’s question about customizing your WordPress installation package at the time of installation. Robert Asks How can I customize the blogs created by WordPress 3.0 so that when they install they have the theme, plugins and settings all [...]

Read the full article →

How to Speed Up Your WordPress Site

July 1, 2010

Wondering how to speed up your WordPress-powered website?  As part of our 30 Days of WordPress fiesta, we are taking a look at Somone’s question about how to speed up her site. From Somone: Once a self-hosted WordPress site gets a decent amount of traffic, the use of plugins and other scripts that run to [...]

Read the full article →

Using WordPress for a Password-Protected Membership Site

June 30, 2010

As the kick-off question for my 30 Days of WordPress Questions, Christina asked a couple of questions.  One of them jumped out at me right away and that’s the question I’ll be answering first. Christina Asked: I’ve stayed away from WordPress because in the past, the CMS didn’t seem to measure up to corporate or [...]

Read the full article →

Got a WordPress Question? Ask it here and get a PR5 link and an answer… all for free!

June 28, 2010

So I’ve been really slacking on the blog posts lately.  If you check out my archives, you’ll see that it’s been about 2 posts per month (except for a few months where I’d do 5 or 6).  That’s just not enough posting. Part of the reason that it’s hard to post is trying to think [...]

Read the full article →

Choosing a Web-Safe Font (In Thesis Theme or on any webpage!)

March 30, 2010

Unless you have a photographic memory or are a typgraphy buff, it can be really hard to remember what a font looks like from memory.  Sometimes you just need to see the font in action to determine which font is going to work best. This week I’ve been really busy making Thesis Theme powered websites [...]

Read the full article →

How to Redirect 404′s to your Home Page in WordPress

March 24, 2010

You’d be amazed how many 404 errors even the best websites have.  Short of having an amazing 404 page, the best quick fix is to redirect your 404 errors to your home page. (And before the technical folks jump in and say all the reasons why a it’s a bad idea to redirect 404 errors [...]

Read the full article →