How to build a map with markers from single posts?

Since your blog runs on wordpress.com, your options are limited. In order to render the map, you need the data in some form that the map can process it. Either addresses or geocodes. In order to generate the map dynamically without manual interference, these data need to be saved with the post, and somehow retrieved. … Read more

Geo Blocking in WordPress – how can it be implemented?

If memory serves, Bad Behavior allows to configure a few aspects of geo-blocking. There might be a few wp.org plugins tagged as security that allow to implement geo-blocking too. That said, I don’t think it’s the right approach. The best is to hop over to askapache.com. There’s tons of security-related, htaccess-based stuff over there. Geo-blocking … Read more

Geo Sorting Post

Can you use a plugin? I just released not long ago http://geomywp.com it basically does what you want. If you want to do it yourself so this is how I did it: The plugin adds address custom fields (as meta boxes) to your post type. When post is being saved the address being converted to … Read more