About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode Explained
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
- Weather Forecasts for WordPress - WP Wunderground Plugin
- jQuery validator annoyances
Tag Cloud
Code WordPress Development Plugin WP Plugins WordPress Plugins Website Redesign Links Shopping Cart Functions.php Search Engine Optimization SEO Domains Google SEO Web Design CSS WordPress Search Interspire Shopping Cart Blogging Google Optimization Marketing Design Interspire Development Javascript WordPress SEO Denver SEO Nofollow Denver eCommerce
Category Archives: Blogging
WordPress Comment Form 404 Error – Now Fixed!

Disabling the Cookies for Comments plugin broke the comments form.
On the recommendation of Matt Cutts, I added the Cookies for Comments plugin to this blog, and also added their recommended .htaccess modifications:
RewriteCond %{HTTP_COOKIE} !^.*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.*$
RewriteRule ^wp-comments-post.php - [F,L]
When I realized that Cookies for Comments was slowing down my blog considerably, I disabled the plugin, but did not think to remove the .htaccess rewrite rule. The remaining .htaccess rules broke the comments on this blog (for two weeks now, could it be!?).
Posted in Blogging, WordPress
Tagged 404, comments, Comments Form, Cookies for Comments, errors, htaccess, Matt Cutts, WordPress Plugins
3 Comments
Denver SEO Blog Hits 100,000 Visitors

I launched this blog in January 2008 – only 19 months ago. Since then, the blog has seen 100,000 visitors. I look forward to creating more posts that you find interesting.
Last year at this time:
- The blog was averaging 18 readers per day. Now it averages 357.
- The blog had 14,677 visitors. This month, we hit 100,000.
Most popular blog posts on SEO Denver Blog:
- Barack Obama’s Web Designer – 14,793 Views
- Constant Contact WordPress Widget – 8,320 Views
- WordPress Real Estate – 5,595 Views
- The SEO Stylesheet - 5,555 Views
Posted in Blogging, KWS
Tagged Blogging, Denver SEO, Katz Web Services SEO Denver, SEO Statistics, Statistics
1 Comment
Integrate Blogger Into your PHP Website using Includes

PHP includes for Blogger
Before writing this post, I looked online to see if others have written about this same topic. This might as well be Michael Gray’s “Integrating Blogger Into Your Website: Part II”, which he never wrote — though he did write Part I.
Step 1: Switch Blogger files to PHP
First, you need to update your publishing settings so that Blogger publishes your posts in PHP, not HTML (thanks to DevDoctor):
- Set up your blog to publish via FTP (on Publishing tab)
- Change the ‘Blog Filename’ to index.php
- Change ‘Archive Filename’ to archive.php (on Archiving tab)
- Finally, delete the old index.html file from the blog directory (otherwise it will probably take precedence over the new index.php)
Once you’ve got Blogger pushing out PHP, you’re able to do PHP stuff with the site:
- Update the entire site at once - When I create a website, I always want to create the structure using PHP includes, so that I can set global site variables, and if I change it in one place, it changes across the whole website.
- Set active navigation – Using SSI includes, I used to have to include a different file for each blog section on the site so that I could up. Here, I just send a variable to the navigation.php file, which tells it what page is active.
Next, I will show how to include these files.
Posted in Blogging, Tutorial
Tagged Blogger, Blogger FTP, Blogger Includes, Blogger PHP, Blogger Template, Blogging, BlogSpot, Blogspot PHP, HTML Includes, PHP Includes, SSI
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 to WordPress.com…
Posted in Blogging, WordPress
Tagged Denver SEO, Moving blog, Moving Domains, Moving Wordpress.com blog, SEO
1 Comment
This blog has great PageRank!
So I’ve been working on creating great content for everyone out there, which happens to include Google. Well, it turns out that the Denver Web Design & Denver SEO Blog has been given a PageRank (their system of measuring the quality of a website) of 5/10…which is great.
I enjoy blogging for many reasons other than SEO, but it’s always nice when there’s a great reward, including good PageRank from Google.
Encouraging clients to write often…or using a blogging service?

I’ve been working with the WordPress platform for a little while now, and I’ve been a regular blogger since January (though I had been promoting blogging for years earlier, and had my first blog in 2000 [yes, I'm a bit insecure about my blogging creds]). I’ve created many sites with blogging capabilities, some of them based on Blogger.com integration, and others WordPress.
I’ve explained the benefits of blogging many times to my clients, made nagging phone calls reminding them to blog — all to little avail. I even wrote an article about the importance of blogging to help explain myself. But still, the blogs remain silent.
Posted in Blogging, SEO
Tagged Advertising, Articles, Blogging, Clients, consistency, Marketing, Traffic, writing
3 Comments
How to increase online exposure through social bookmarking

Are you having the exposure blues?
ArrayDo you write articles that few people read? It may be because they aren’t finding your article! Writing on your blog is not enough when you’re starting out. It’s important to spread the word.
Doing a little legwork after you write an article makes a large difference in the traffic you will get.
When you write a blog post, what happens?
Depending on the blogging platform you use (WordPress, Blogger, TypePad, Movable Type to name a few), when you write a post, a few things happen:
Upon posting:
- Your sitemap will get updated
- Search engines and other websites will be notified of the update
- Your RSS feed will be updated
- Gremlins dance a jig around a cauldron of boiling yam juice and frog eyes
These processes will notify the search engines, but in order to increase your website’s exposure, there are a some websites you should submit your article to. After writing an article, take 5 more minutes and submit your site to bookmarking websites.
Posted in Blogging
Tagged Blogging, Bookmarking, Exposure, Marketing, SEO, Social, Social Bookmarking
10 Comments
How to get more comments on your blog
Array
I was asked a question by a potential client about blog comments. She was concerned that some of the blog designs I’ve created have little user interaction. She wrote (emphasis added by me):
I have been looking at the blogs you have created. I am wondering why there aren’t many comments. I want to use my blog to have extensive viral discussions; mainly to ask questions to moms that want to go back to the workplace. I want my blog to be primarily questions with as many comments responding as possible.
The question is a good one: why aren’t more people interacting? I wanted to dig deeper into the question: what contributes to comments?
Posted in Blogging
Tagged Blogging, blogs, commenting, comments, community, conversion, copywriting, interaction, Users
5 Comments
12

Blog Comments Now Pass Juice – No More `nofollow`
After lots of back and forth, I have decided to make comment links dofollow (removing nofollow); meaning that links users have in their comments will be followed by search engines. This adds value to the recipient’s site.
Please note:
Enjoy, don’t abuse.