Skip to main content Screen Reader Website Version

Review: WordPress Business Directory ★ ★ ★

[vc_row][vc_column width=”1/3″][vc_button title=”Where it’s at” target=”_blank” color=”btn-inverse” icon=”wpb_arrow” size=”wpb_regularsize” href=”http://codecanyon.net/item/wp-business-directory/2203258″][vc_column_text]

★ ★ ★

Features V1.8

Premium Membership (Paypal)
Location Based Search
Internationalization
CSV Import with auto map location finder[/vc_column_text][/vc_column][vc_column width=”1/3″][vc_column_text]

3 Stars out of 5

This is a wordpress plugin
We took off one point for poor style and another for some poor code.
First, we understand that it’s ultimately up to the user to style their site but this system should come with corresponding elements and it’s own styling user interface.
As far as the code we had to do quite a bit of editing to get things to work just right. Syntax errors and errors in the admin area set us back quite a bit.

Overall a good system but we probably would not repurchase for another project without significant updates to the current system.[/vc_column_text][/vc_column][vc_column width=”1/3″][vc_single_image image=”340″ img_link_target=”_self” img_size=”full”][/vc_column][/vc_row]

More Web Design Blog Content

Sitemaps

Back in the day a simple website could get away with an on-page sitemap. Just a simple list of pages somewhere on the site. Not so much anymore. Sitemaps – at least the ones we intend for search engines to look at – are all internal. We use

Google Local

In today’s digital world, it is essential for businesses to have an online presence. Google Maps is one of the most significant tools for local companies, since it helps potential customers locate and learn about your business. Having a presence on Google Maps is not sufficient; you must

Would You Lock Out 20% Of Your Customers?

If you have a website that is not responsive, or that does not have a mobile version (at least), that’s exactly what you’re doing. Nowadays it’s not just an important add-on feature to your website, going mobile is essential to a fully adjusted online presence. Did you know

WordPress: Capturing Post Author Meta

An easy one here from your local Gainesville Web Designer: How to retreive the author information from a post in the WordPress loop. This assumes you’re in the loop, of course. $meta_field= get_the_author_meta( ‘your_meta’ );   Badda-bing badda-boom. You’re done. It really is that simple. Just use get_the_author_meta,