From 92dc9d43aa1b942640320a96c5d422bb5ae0ec96 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 24 Mar 2015 10:44:38 +0000 Subject: [PATCH] Don't dump the_meta() as it could reveal private data --- single-site.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/single-site.php b/single-site.php index 0439db2..e07f239 100644 --- a/single-site.php +++ b/single-site.php @@ -21,16 +21,11 @@ get_header(); ?> * use this in a child theme, then include a file called called content-___.php * (where ___ is the post format) and that will be used instead. */ - // get_template_part( 'content', get_post_format() ); + get_template_part( 'content', get_post_format() ); - echo "

" . get_the_title() . "

"; talhyperlocal_map_shortcode( get_the_ID() ); - the_content(); - the_meta(); $meta = get_post_custom(); -// print_r($meta); - $url = $meta['url'][0]; ?>

Website