Tag Archives: web development
Sticky Posts in WordPress

Sticky Posts in WordPress

WordPress 3.1 may still be in the testing phases, but it doesn’t hurt to prepare! I was searching through the codex for the query_posts formatting tonight and found this about sticky posts: Sticky Post Parameters Sticky posts first became available with Version 2.7. Posts that are set as Sticky will be displayed before other posts [...]

Comments ( 3 )

Attaching a Signature to Blog Content

Traditionally, blog posts have some sort of signature or about function built into the template that displays a snippet about the author somewhere in the post or sidebar. I recently reconsidered this functionality after reading the post Is Google Stealing Authors’ Copyright With Buzz?, because building a signature into the template works well for easily [...]

Comments ( 0 )

10 Useful Twitter Plugins for WordPress that Work!

It seems like there are a million Twitter plugins and widgets for WordPress, but many are outdated, no longer updated, don’t work in WordPress 2.9.x, or are just plain useless. To help you separate the wheat from the chaff, I’ve compiled this list of ten useful plugins and widget to get your Twitter account playing [...]

Comments ( 3 )

Lessons I Never Seem to Learn: TAKE PICTURES!

I just did it again — I’m doing some major structural changes to a site and I forgot to take screenshots of the original before I started breaking it down. It’s the second time in 2 weeks! Why is this important, you may ask? It’s simple: Your current work is the best source you have [...]

Comments ( 2 )

WordPress for E-Commerce, Part 1

Today is part one of a three-part article on using WordPress for E-Commerce. My goal is to create a sort of how-is-that-done series on using WordPress as an easy content management tool for selling actual products. Some of these techniques can be implemented by anyone, whether you are an advanced programmer or a beginner to [...]

Comments ( 0 )

“Small Changes” and Theme Purchases

I helped a friend out with some small changes to his site recently, Selling the Startup, and it reminded me what happens when a "quick fix" turns into a major problem. Sometimes themes can be a gamble—just like purchasing the services of any web company—so it is important to check out reviews and references before [...]

Comments ( 2 )

A Custom WordPress Blog Archives Page

Note: This post assumes you know how to use custom page templates in WordPress as well as know how to edit text php files and upload them through FTP. If you are already lost, you can always hire me to make your custom blog archive page for you. I make a lot of sites that [...]

Comments ( 3 )

Tracking WordPress Theme Updates & Changes

WordPress updates always seem easy, but when you make custom changes to your theme you will need to keep track of those in order to bring the changes to the next version. The easiest way to do this is to make a php comment in your template. For example, you might write a note like [...]

Comments ( 0 )