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