Possible setups

From Wikimap wiki

Jump to: navigation, search

tracy neve rimm john f kennedy assassination evenks steven testa website manchester city football club logo omnis studio 4.0.1 serial movie national treasure dvd www members videosz com illinois map oak park free ringtones download from computer to cell phone iron butterfly ringtone 6th form college london mother and daughter spanking video trailer free aim video chat problems kim possible art rates in ohio sip video conferencing phone windward community college bowl of oranges mediaface 4 serial rover thomas bio suck and fuck highest paying jobs old english letters dog ejaculate women certa fit asian scat movie filesharing about a boy movie poster norton internet security professional 2004 crack palm coast florida oubaspas steel beams uk great fire of london koolaid dye for wool hdtv terrestrial antenna website realtors in colorado mojo bag bucci twins galleries evil genius swollen ankle pregnancy naturist teen pageant domain metal bar stool anastasia mary ogrady girl howard stern sybian brunette picture pretty mypay.dfas international maranatha honolulu realtor web kickspace heater hydronic internet jobs from home we built this city bextra law suit september 11 2001 video albany state university mobile advertising google mac talk worlds largest lake inside a lake play knight online oakland school rating website stereophonics mp3 agent commercial estate south west escort florida in services south web the georgia satellites motorhead mp3 zimbabwe culture ford mustang shelby gt 500 ann arbor briarwood mall michigan michael jackson - thriller as the world falls down anxiety disorder dsm iv tr anti antispam spam multirenamer extraterrestrial mazda rx8 pictures airtel theme mp3 recruiters specializing direct marketing unique gift basket peoplepc.com web mail pharmacy technician information pharmacist tech money employment internet go2clickbank.com jon spencer blues explosion security management network and enterprise software cleveland oh nforce.nl mirror east standard newspaper smokey mountain real estate advanced unix programming tutorial gallery model nymphet black rose radiation safety and control specialists aruba dushi tera 70s dance music farberware coffee pot remote desktop for mac os x another movie not teen watch announcement birth free website phil long hyundai las vegas wedding guide gap jeans attorney dui pennsylvania ibm lto lto2 ultrium drives star ocean synonym word lists camera i830 nextel phone midway cartoon fahrenheit 451 quote the child place 1 800 directory number angeleno heights los angeles web ocasek of the cars new battlestar galactica series review domain provo utah home for sale good looking cowboys cool pens mens discount swimwear free gold miner online vegas italian jamestown new restaurant york ancient egyptian magic aircraft paint shop rock climbing dallas lotus car asian business league los angeles life of the in crowd home There are several ways you can use the WikiMap WordPress extension. You can create a map in addition to your blog, but also replace your blog by a map and anything in between.

What you should know is that WikiMap uses WordPress-posts as locations and that you can put a map in a theme-file, in a page and in a post. Below are some possibilities explained.

Note the following terms:

post or wp-post a default single blog-entry
page a special kind of blog-entry that is static and can be hierarchical
url, wp-url or wordpress-url possible html-pages of your blog. These can be a collection of posts, a single post or a page


Contents

Just a map in a page

description

You have a normal blog and sometimes you want assign a location to a post. These posts are plotted on the map, which you put in a specific page. In the full-post page of any post with location there is a link under the post that points to the map in addition to some other geographical tags/links.

instructions

Create a new page in WordPress and call it something like 'Map'. Put some code like this in it: '[wikimap=google 200 100]'.

Then open the file wikimap.general.php and change the map url from /index.php/map to the url of your map-page.

Map in a page and no normal posts

description

You have a blog with only pages, one of which is a map. All posts are locations on the map and can only be displayed as such.

instructions

Make the frontpage of your blog a static page in stead of a collection of most recent posts [1].

Create a wordpress page called 'map' and insert the following text into it:
[wikimap=100 200]
. Adjust the WordPress template in such a way that category-links are led to a map in stead of to a normal collection of posts page by creating a category.php template file [2] that includes the wikimap-tag:
<?php $mapfullscreen = 1; wm_map(); ?>

Fullscreen map in a page

description

You have a normal blog and sometimes you want assign a location to a post. These geotagged posts are plotted on the fullscreen map, which you put in a specific page. In the full-post page of any geotagged post there is a link under the post that points to the map.

instructions

1. Copy the files wp-content/themes/wikimap_fullscreen/index.php, header-frontpage.php and footer-frontpage.php to your local drive.
2. Rename index.php to map.php.
3. Open map.php with a text-editor and add the following as the first lines of the file:

<?php
/*
Template Name: Map
*/
?>

4. Upload 'map.php', 'header-frontpage.php' and 'footer-frontpage.php' to directory containing the theme that you are currently.
5. Create a new page in WordPress and call it 'YourMap'. Under 'Page-template' choose 'Map'.
6. Go to options/wikimap and switch on the permalink control under 'Controls'.

Map as part of a WordPress theme

description

On every url of your blog a map is shown in the same place, for example in the banner in stead of a logo. On the map all wp-posts that are also locations are shown.

instructions

Put the following code somewhere in your theme[3]:

<div style="width:200px; height:100px;" id="map" ></div>
<?php wm_map(); ?>

A BlogMap as part of a WordPress theme

description

This setup is very good for creating a map-community. On every url of your blog a map is shown in the same place, for example in the banner in stead of a logo. On the map the collection of posts is shown that that url points to (all posts that are in a category, year/month/week archive, from a specific author, the most recently added locations, etc.). All other locations are available through the layerswitcher, but hidden by default.

instructions

Put the following code somewhere in your theme[4]:

<div style="width:200px; height:100px;" id="map" ></div>
$mapfullscreen = 1;
<?php wm_map(); ?>

A fullscreen map as the frontpage of your blog

description

The frontpage of your blog is a fullscreen-map, all other urls of your blog do not show a map, but the default WordPress layout.

instructions

Activate the WikiMap fullscreen frontpage theme under 'Presentation' in the administration section of your WordPress blog.

A fullscreen map replaces your blog => MapPress

description

This setup is very good for creating a map-community. Every url of your blog is a fullscreen-map. On the map the collection of posts is shown that that url points to (all posts that are in a category, year/month/week archive, from a specific author, the most recently added locations, etc.). All other locations are available through the layerswitcher, but hidden by default.

instructions

Activate the WikiMap fullscreen blog theme under 'Presentation' in the administration section of your WordPress blog.

Just a little map with one location in some posts

description

You have a normal blog and some posts have locations associated with it. In these posts you show a little map with only the location associated with that post displayed on it.

instructions

In a post associated with a location, insert the following code:

INSERT_MAP

Just a little map in the contact-page

description

You have a normal blog and you want to show where you live in the contact-page. In this page a little map is shown with only the location associated with that page (your house or business) displayed on it.

instructions

In the contact-page associated with a location, insert the following code:

INSERT_MAP
Personal tools