Theme Viewer and Themes Coming Soon!

Subscribe to the Blog

Enter your email address:

Delivered by FeedBurner

Testing, Testing...

Welcome to the Real Estate Test Blog. Orginally, I created this blog just to play around and learn some things to help improve my rankings for my real estate website. Since that time, I've learned some - I've a long way left to go. That's for sure. But, along the way, I've created a handful of real estate blog themes for WordPress and tested some ideas about how to use Google maps, create powerful single property websites and lots of completely above board methods of improving the rankings of my website. Most of what I have learned can be summed up with the very simple idea of building real relationships online the same way we do offline. This website will very shortly become a nice resource for real estate bloggers to learn some basic to intermediate SEO as well hopefully pick up a nice blog theme - they're free! More to come once I have the site ready...

Archived Posts

Featured Homes Using NextGen Gallery

I’ve started using NextGen to feature all of our Atlanta Homes for sale with small slideshows on our homepage in “feature boxes”. The link opens a new window to each homes single property website. Here’s a screenshot:

These are different than most because the photos you see are actually slideshow. I think it brings a little more life to the page and helps to get consumers to notice them and click them a bit more frequesntly.

The process to create them is quite simple if you are familiar with NextGen. Simply create a gallery of images and insert it into a draft post. Preview that post and view the source code. Take the source code and copy it into a design that you can create using on page divs. These are created using 3 seperate “featured Atlanta homes” divs with tables to hold the information. The code for one of the featured listings boxes looks like this:

<div id="featured-slide">
<table border="0" cellpadding="3" width="145" align="left">
<tbody>
<tr>
<td>
<div id="ngg_slideshow21" class="slideshow">The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</div>
<script type="text/javascript"><!--mce:0--></script></td>
</tr>
<tr>
<td align="center"><strong><span style="text-decoration: underline">Featured Home</span></strong></td>
</tr>
<tr>
<td>
<ul><strong>Price: </strong>$650,000</ul>
<ul><strong>Beds: </strong>4</ul>
<ul><strong>Baths:</strong> 3 full, 2 half</ul>
<a href="http://www.sandyspringsopenhouses.com" target="blank">View Details</a></td>
</tr>
</tbody></table>
</div>

That’s it…

Category: Marketing | 1 Comment »