1====== GeoURL ======
2
3This tool allows you to set a code for use with [[wp>GeoURL|GeoURL]], which allows your visitors to find your geographic location and nearly located sites.
4
5The plugin also exports a function for use with your template, so you will have to insert the following code into your template, somewhere inside of the **<head></head>** tags.
6
7<code php>
8<?php
9if (file_exists(DOKU_PLUGIN.'geourl/code.php')) include_once(DOKU_PLUGIN.'geourl/code.php');
10if (function_exists('gu_geourl_code')) gu_geourl_code();
11?>
12</code>
13
14**Note**: Inserting the code above is **required**, not optional.
15
16Please set the following options...
17
18