I know a lot of RE bloggers are using Diverse Solutions for their IDX provider. We use DS on our Tucson site and love it. Our biggest problem is keeping the number of registrations under 1000. As an aside I wish DS would provide a better registered user management interface. Now let’s look at the DS Mobile Script Option
DS Mobile Script
Diverse Solutions has been rolling out a mobile script that you can install on your site to take your visitors to your search page directly to your DS mobile search page that you can configure from the DS Control panel. I love it. Gives you total control over the mobile visitor and you can setup custom pages for them to see and a custom search for them to view etc.
Be careful how you install it. The instructions on the control panel say to paste the code in the header of your site before the </head> tag.
What they don’t tell you is if you do that for the main site header.php it will take every visitor to your site no matter what page they are trying to access from their mobile device to your DS Mobile page. EVERY SINGLE MOBILE VISITOR TO THE DS MOBILE PAGE.
Why? because you put the script in your header.php file which is the beginning of ALL your pages not just your search page.
The Solution to installing DS Mobile on a WordPress Blog
The solution isn’t very hard if you know a little code and have FTP access to your site.
You have to create a custom page and header template for your DS Search page.
Here is a quick way to do that (I’m using the TwentyTen theme in this example).
- Copy the header.php and page.php file from your theme directory to your computer.
- rename the header file to be header-search.php
- copy the DS Mobile script into that header-search.php
- rename the page.php to search-page.php
- Add the page template tag to the top of the search-page.php file
- Change the call to the header to be the header search.php
- Upload them to your theme folder
- Open your Search page in the editor and use the new search page template
Sample Page Template code
/**
* Template Name: One column, no sidebar
*
* A custom page template without sidebar.
*
* The “Template Name:” bit above allows this to be selectable
* from a dropdown menu on the edit page screen.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
This is the one from the TwentyTen one column template change the template name to Search Page
Change the header file call in the Search Page template
Close to the top of the page you will see:
get_header(); ?>
Change this to
get_header(search); ?>
Once these steps are done your visitors will only go to the DS mobile page for the search page and not every page or post on your site.
As with all site modifications, once you have completed these steps, test it by using your mobile device to access your site.
Don’t forget to configure the mobile page on your DS control panel, don’t just copy the script to your site. Scroll down on that page and fill in the information you want to convey to your mobile search visitors.


.jpeg)

You want people to contact you don’t you? Well of course you do. You want to plaster your email address all over your site in hope they will contact you “For All Their Real Estate Needs”. (Yes, that’s sarcasm).