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
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Google SEO Optimization WordPress SEO Nofollow WordPress Development Functions.php Interspire Customization WordPress CSS Search Engine Optimization Design SEO Search Google Web Design Denver SEO WordPress Plugins Website Redesign Code WP Plugins Denver Blogging Plugin Domains Interspire Shopping Cart Links Interspire Development Shopping Cart Marketing eCommerce
Category Archives: WordPress
WordPress Real Estate Plugin: Stay Tuned…
You may have noticed this blog has gone un-updated. That’s because I’ve been working on an awesome new plugin.
WordPress + Real Estate + User Data + SEO
In the past, I’ve written posts about how to optimize your WordPress real estate website for SEO and I’ve created a Trulia plugin for WordPress.
This WordPress real estate plugin changes the game of what you can do with your WordPress website — and for how much money. No longer do you need to pay tens of thousands of dollars for an indexed IDX solution.
Next week I will release a beta version, so stay tuned for the formal announcement.
Posted in WordPress
Tagged IDX, Real Estate, Real Estate Plugin, Wordpress Real Estate
Leave a comment
Easy Content Deployment for WordPress: RAMP
RAMP allows you to make all the changes you need in your staging environment, then selectively push these changes to your production site. You can set up a new section of your site, upload some images to fill out a nice carousel for it, and add a link to it on your home page. Once this content has been reviewed and approved, you can go to your RAMP page, select these content changes, and push them to your production site.
This would be really handy for larger WordPress sites.
Paginate Links in WordPress Link Manager
Links are not a first-class citizens in WordPress
In developing the a website for professional genealogists, I was tasked with creating link directory functionality in WordPress. I didn’t want to install some big plugins; I wanted to use the Links Manager that’s built in to every WP install out of the box. There were two problems, however:
- Link categories are not hierarchical, and;
- There is no pagination in the Links Manager: all links are displayed on one page by default.
My client’s website will have over 20,000 links; having them all on one page was simply not an option.
I didn’t want to create a new Post Type or Taxonomy; Links are already the right tool for the job. I moved forward creating the custom solution, and am sharing the results of that development here. The result of the project was a successful deployment of a crazy amount of links (see an example on their Iowa genealogy resources page).
Posted in Code, WordPress
Tagged Link Categories, Link Manager, Links, Pagination, Wordpress Customization
10 Comments
SEO WordSpinner Removed from the WordPress Plugins Directory
Today I found out that the SEO WordSpinner plugin is no longer available via its WordPress Directory page. I emailed WordPress plugin-master Mark Riley asking what was up, and he just emailed me back:
Hi,
There were some complaints about some SEO plugins.
Your plugin was among those checked and given it’s purpose is not suitable for the directory now.Mark.
If you’re a fan of the SEO WordSpinner plugin, email WordPress now to show your support!
Hierarchical Link Categories for WordPress
Download the plugin on WordPress.org
If you’ve ever tried to use WordPress’ built-in bookmarks / links manager, you know that its limits can be frustrating. One of the biggest issues I’ve encountered is that the link categories are not hierarchical.
Let’s say you have a tech blog and you link to a lot of pages about TV’s. You may want to categorize the links under TV > Plasma or TV > LCD. With the existing system, you cannot.
Enter the Hierarchical Link Categories plugin
Posted in Plugins, Uncategorized, WordPress
Tagged Blogroll, Link Categories, Links, WordPress, WordPress Plugins
20 Comments
Gravity Forms Shortcode Explained
This post is about Gravity Forms, a WordPress contact form plugin.
What are shortcodes?
Think of shortcodes as a placeholder for where other content will be displayed: instead of “Insert a Gravity Forms form here,” we use the gravityform shortcode. Learn more about shortcodes on WordPress.org.
The Gravity Forms shortcode has five pieces:
[gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean]
id(required) – The ID of the form, as displayed on the Gravity Forms Edit Forms page in the Id columnname(required) - The name of the form.title– Show the title to users? Default is true; set to “false” to disabledescription– Show the form’s description to users? Default is true; set to “false” to disable.ajax– Submit the form without refreshing? Default is false; set to “true” to enable.
Gravity Forms Shortcode Examples:
[gravityform id=1 name=Example Form title=false description=false ajax=true]
Will result in Form #1 being displayed without a title or description, with no-refresh entry submission.
Posted in Tutorial, WordPress
Tagged Gravity Forms, Gravity Forms Ajax, Gravity Forms Plugin, shortcode, WordPress Shortcode
6 Comments
Shopify Importer – Import Shopify Products into WordPress
Download the plugin from WordPress.org
Shopify is a great hosted eCommerce provider. WordPress is the best blogging platform.
I first learned about Shopify in 2007, and was very interested in their service: they take care of every aspect of an eCommerce shop, and you pay them monthly plus a little cut of your sales.
- Themes: Shopify has a great theme generator package that uses Ruby on Rails and it also has a theme store with tons of beautiful, standards-compliant themes.
- Apps: The Shopify App Store features free and paid applications that integrate using the Shopify API.
- Hosting: Shopify uses Rackspace and Akamai for hosting and as a CDN, respectively. Security, hosting, etc.
- …and tons of other features
I am still impressed with Shopify, but when I logged in recently to my Shopify account, I saw that Shopify’s “blogging” functionality is weak. Very weak. When I saw that there was an app to import a WordPress blog into Shopify, I laughed, and went ahead creating a Shopify importer for WordPress.
Posted in Plugins, WordPress
Tagged Shopify, Shopping Cart, WordPress Plugins, WordPress Shopping Cart
10 Comments
Passing parameters from PHP to Javascripts in plugins » Otto on WordPress
Much cleaner. One static and unchanging JS file to cache. Parameters get put into your HTML itself as a one-liner. You can deal with the parameters using a normal PHP array before passing them over. No need to screw around with generating Javascript from PHP or looking for wp-load or even messing with tricky actions.
via Passing parameters from PHP to Javascripts in plugins » Otto on WordPress.
Posted in QuickTip, WordPress
Tagged Javascript, Plugin Development, WordPress Development, WordPress Plugin Development
1 Comment

