small fixes
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
<!-- section -->
|
||||
<section>
|
||||
|
||||
<h1>Események</h1>
|
||||
|
||||
<?php if (have_posts()): while (have_posts()): the_post();?>
|
||||
|
||||
|
||||
@@ -14,19 +12,12 @@
|
||||
<!-- post thumbnail -->
|
||||
<?php if (has_post_thumbnail()): // Check if thumbnail exists ?>
|
||||
<a class="thumbnailwrapper" href="<?php the_permalink();?>" title="<?php the_title();?>">
|
||||
<?php the_post_thumbnail('home-thumbnail');?>
|
||||
<?php the_post_thumbnail('home-event-thumbnail');?>
|
||||
</a>
|
||||
<?php endif;?>
|
||||
<!-- /post thumbnail -->
|
||||
|
||||
<div class="metadata">
|
||||
<div class="categories">
|
||||
<?php the_category(' | ');?>
|
||||
</div>
|
||||
<div class="postedon">
|
||||
<?php the_time('Y. m. d.');?>
|
||||
</div>
|
||||
|
||||
<div class="event-metadata">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user