Browse Source

Add area covered to page

master
Adrian Short 9 years ago
parent
commit
a77b1302fa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      content-site.php

+ 2
- 2
content-site.php View File

@@ -25,9 +25,9 @@
) ); ) );


$meta = get_post_custom(); $meta = get_post_custom();
$url = $meta['url'][0];
?> ?>
<p>Website: <a href="<?php echo $url ?>"><?php echo $url ?></a></p>
<p>Website: <a href="<?php echo $url ?>"><?php echo $meta['url'][0] ?></a></p>
<p>Area covered: <?php echo $meta['area_covered'][0] ?></p>
<p><?php the_taxonomies( 'before=<ul>&after=</ul>' ) ?></p> <p><?php the_taxonomies( 'before=<ul>&after=</ul>' ) ?></p>






Loading…
Cancel
Save