Sfoglia il codice sorgente

Add area covered to page

master
Adrian Short 9 anni fa
parent
commit
a77b1302fa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      content-site.php

+ 2
- 2
content-site.php Vedi File

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

$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>




||||||
xxxxxxxxxx
000:0
Caricamento…
Annulla
Salva