updates on 09.04

This commit is contained in:
infeeeee
2019-09-04 23:42:06 +02:00
parent 3553b6b0e0
commit 5d03dea44d
7 changed files with 1428 additions and 479 deletions

View File

@@ -16,7 +16,7 @@
<!-- post thumbnail -->
<?php if (has_post_thumbnail()): // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php echo $event_link; ?>" title="<?php the_title();?>">
<a class="thumbnailwrapper" href="<?php echo $event_link; ?>" title="<?php the_title();?>" target="_blank">
<?php the_post_thumbnail('home-event-thumbnail');?>
</a>
<?php endif;?>
@@ -45,7 +45,8 @@
<div class="bottom-row">
<!-- title -->
<h2>
<?php the_title();?>
<a href="<?php echo $event_link; ?>" target="_blank"><?php the_title();?></a>
</h2>
<div class="vr"></div>
<!-- Tovább button -->