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 - A Detailed Explanation
- SEO WordSpinner Plugin - A Killer SEO Plugin for WordPress
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Interspire Development WordPress Plugins SEO Optimization Functions.php WordPress Development Code Google SEO Website Redesign Shopping Cart WordPress Links Blogging Denver Interspire Customization Domains Interspire Shopping Cart eCommerce Denver SEO CSS Design Web Design WordPress SEO Search Plugin Marketing Search Engine Optimization WP Plugins Google Nofollow
Tag Archives: Coding
Building a Real Estate Website in WordPress – Part 1

Introducing IDXPress+, the best WordPress real estate plugin
I am designing and creating a real estate website with WordPress, and I’m going to be writing a few articles that detail how it’s done. This article will get you started — please leave feedback with any questions or topic requests for the next installment. Real estate using WordPress Part 2 is now available!
A little background — why use WordPress?
I’m working with a Denver company on a real estate website. Their goal is to showcase their listings in an easy-to-update CMS.
I’ve worked with Open-Realty, and — to say it bluntly — it’s a huge pain in the ass. When you scratch the surface of OR, you begin to realize how cobbled together it is. Customizing the code to work as it should requires a steep learning curve. The templates are relatively simple to work with, but the administration section is horrible. The Open Realty user experience is just awful.
WordPress is my CMS of choice currently, and it’s so easy to develop for that I recommend it to many of my clients.
Posted in Code, Design
Tagged CMS, Code, Coding, Real Estate, Real Estate CMS, Real Estate Websites, Realty, Template, Theme, WordPress
48 Comments
Use .htaccess to make all your HTML files PHP
Note: the following will not work on all server configurations, which may be why you’re using SSI in the first place. Call your server administrator/tech support and see if the following techniques are supported.
Escape static HTML
If you want the power and flexibility of PHP but don’t want to (or can’t) shift away from HTML, you can actually tell your server to read all HTML files as PHP by making one simple change to a file called .htaccess.
Here’s how:
- Create a file called .htaccess if you don’t have one already, and save it to your root folder