Explorar el Código

Add area covered to page

master
Adrian Short hace 9 años
padre
commit
a77b1302fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      content-site.php

+ 2
- 2
content-site.php Ver fichero

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




Cargando…
Cancelar
Guardar