-
Gravity Forms is the single best plugin you can get for WordPress.
-
Recent Posts
Category Archives: WordPress
Get Adjacent Images – More WordPress Functions
WordPress, just get the adjacent image links. I’ll tell you what to do with them! WordPress is normally great about providing functions that have a return and an echo version. In WordPress, if a function has the prefix get_, then … Continue reading
WordPress Digg Shortcode Function – As Seen on WordPress.com
When moving from WordPress.com, my Digg shortcodes broke. I wanted a simple way to transition my Digg chicklets to a WordPress.org installation. I created a function that does nothing special, except for reproducing the Digg shortcode functionality on WordPress.com. All … Continue reading
Posted in Code, WordPress
Tagged Digg, Digg Shortcode, Functions.php, WordPress Shortcode, WordPress.com
2 Comments
How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
Custom RSS feed me, Seymour Recently I wanted to create a feed for Google base that used a bunch of custom fields that I had created. It wasn’t easy to find what I was looking for online, so I thought … Continue reading
Incorporate WordPress with Interspire Shopping Cart
I’m going to elaborate on this further (and about Interspire in general), but for those of you who want to make WordPress functions available throughout your shopping cart, here’s how: Before the closing ?> in the init.php file, add the following code: … Continue reading
Posted in Interspire, WordPress
Tagged Interspire Shopping Cart, Shopping Cart, WordPress, WordPress Integration
19 Comments
SEODenver.com is new home of Denver Web Design & SEO Blog
I’ve taken the plunge: the katzwebdesign.wordpress.com site is now mapped to seodenver.com, a domain I purchased last year. I’m not sure what the long-term plans are for this domain, but at least I’ll be building links to my own domain, not … Continue reading
Posted in Blogging, WordPress
Tagged Denver SEO, Moving blog, Moving Domains, Moving Wordpress.com blog, SEO
1 Comment

Nofollow SEO for your WordPress Functions
While working on a recent website, I became frustrated by the lack of nofollow support in many WordPress functions. Make that, most WordPress functions. There are a few WP functions that I wanted to add nofollow to, so here’s a … Continue reading →