-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathtemplate-kort.php
More file actions
70 lines (47 loc) · 1.89 KB
/
template-kort.php
File metadata and controls
70 lines (47 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php
/*
Template Name: Kort
* @author Sveinbjorn
* @email sveinbjornt@gmail.com
* @web sveinbjorn.org
* @name Kort
* @type PHP page
* @desc Wordpress template
* @requires Wordpress
* @install Copy this file to the directory of the theme you wish to use, i.e. wp-content/themes/theme_name/
* usage
1. Create a new Page in your Wordpress control panel
2. Enter the URL (or local path, relative to your Wordpress directory) you want to redirect to as the only page content
3. Set the Page Template to "Greinasafn"
4. Publish
*/
?>
<?php get_header(); ?>
<div id="world-map" style="width: 100%; height: 350px;"></div>
<br>
</div>
<div class="col s1of3">
<p><i class="icon-earth"></i> Á <span class="cat-title">Lemúrs­kortinu</span> geta menn flakkað heims­hornanna á milli.
<img src="http://lemurinn.is/images/whacky-lemur-small.jpg" title="Lemúrinn hefur séð ýmislegt" alt="Lemúrinn hefur séð ýmislegt" style="float: right;" width="80" height="94">
Eins og sést hefur Lemúrinn farið um víðan völl gegnum árin. Smelltu á land til þess að fá upp tengdar greinar.</p>
<p align="center" id="ajax-loader" style="display:none;">
<br>
<img src="http://lemurinn.is/images/ajax-loader.gif">
<br>
</p>
</div>
</div>
<!-- START OF CONTENT BELOW MAP -->
<?php get_template_part('kort-js'); ?>
<h2 id="selected-country"></h2>
<div id="country-article-results"></div>
<div class="pagination grid" id="more-articles" style="display: none;">
<div class="col s1of1">
<a id="more-articles-link" href="" class="nextpostslink">Fleiri greinar >></a>
</div>
</div>
<br>
<!-- END OF CONTENT BELOW MAP -->
<div class="grid gutter collapse720">
<div class="col s2of3">
<?php get_footer(); ?>