correct banners evets
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
<?if ( has_post_thumbnail() ) :?>
|
||||
<div id="event-img">
|
||||
<img class="img-fluid rounded" width="180" src="<?php echo get_the_post_thumbnail_url(null, 'full');?>" alt="<?the_title();?>">
|
||||
<img class="img-fluid rounded" width="198" src="<?php echo get_the_post_thumbnail_url(null, 'subscripts');?>" alt="<?the_title();?>">
|
||||
</div>
|
||||
<?endif?>
|
||||
<div class="fulltext"><?the_content();?></div>
|
||||
|
||||
Reference in New Issue
Block a user