Fix category check
This commit is contained in:
parent
6ca12c452a
commit
fa79a446c8
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php if ( get_the_category[0]['name'] == 'Urlaub' ) : ?>
|
||||
<?php if ( get_the_category()[0]->name == 'Urlaub' ) : ?>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Land</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue