Add Urlaub details in if block
This commit is contained in:
parent
6aa207d3d6
commit
681dda2fc4
1 changed files with 39 additions and 36 deletions
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php if ( get_category() == 'urlaub' ) : ?>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Land</th>
|
||||
|
|
@ -86,6 +87,8 @@ function initMap() {
|
|||
});
|
||||
}
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
$args = array(
|
||||
'before' => '<div class="page-links"><span class="title">' . __( 'Pages:','hitchcock' ) . '</span>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue