Setting class of post meta data to post-meta
This commit is contained in:
parent
ccf68425ba
commit
a966a32e74
1 changed files with 2 additions and 2 deletions
|
|
@ -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'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue