瀏覽代碼

Put map above body

master
Adrian Short 9 年之前
父節點
當前提交
8867fe3186
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      content-site.php

+ 1
- 1
content-site.php 查看文件

@@ -18,12 +18,12 @@
<div class="entry-content">
<?php
/* translators: %s: Name of current post */
talhyperlocal_map_shortcode( get_the_ID() );
the_content( sprintf(
__( 'Continue reading %s', 'twentyfifteen' ),
the_title( '<span class="screen-reader-text">', '</span>', false )
) );

talhyperlocal_map_shortcode( get_the_ID() );
$meta = get_post_custom();
$url = $meta['url'][0];
?>


Loading…
取消
儲存