Setting class of post meta data to post-meta

This commit is contained in:
Markus Ankenbrand 2016-09-08 17:38:08 +02:00
parent ccf68425ba
commit a966a32e74

View file

@ -49,7 +49,7 @@
<div class="clear"></div>
<?php if ( get_the_category()[0]->name == 'Urlaub' ) : ?>
<div>
<div class="post-meta">
<table>
<tr>
<th>Land</th>
@ -70,7 +70,7 @@
</table>
</div>
<div>
<div class="post-meta">
<?php $location = get_field( 'ort' ); ?>
<div class='map' style='height:300px; margin-bottom: 1.6842em' id='map-<?php echo $id ?>'></div>
<script type='text/javascript'>