Browse Source

Fix website URL

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

+ 2
- 1
content-site.php View File

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

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



Loading…
Cancel
Save