Minecraft-Modern-Theme/front-page.php aktualisiert
This commit is contained in:
@@ -27,9 +27,18 @@ if ( get_theme_mod('slider_enabled', false) ) :
|
|||||||
endfor;
|
endfor;
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper-pagination"></div>
|
|
||||||
<div class="swiper-button-prev"></div>
|
<!-- Nur anzeigen, wenn die Paginierung NICHT ausgeblendet ist -->
|
||||||
<div class="swiper-button-next"></div>
|
<?php if ( ! get_theme_mod('slider_hide_pagination', false) ) : ?>
|
||||||
|
<div class="swiper-pagination"></div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<!-- Nur anzeigen, wenn die Pfeile NICHT ausgeblendet sind -->
|
||||||
|
<?php if ( ! get_theme_mod('slider_hide_arrows', false) ) : ?>
|
||||||
|
<div class="swiper-button-prev"></div>
|
||||||
|
<div class="swiper-button-next"></div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<?php
|
<?php
|
||||||
@@ -65,8 +74,11 @@ if ( get_theme_mod('slider_enabled', false) ) :
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
<h2 class="post-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
|
<h2 class="post-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
|
||||||
<div class="post-excerpt">
|
<!-- =================================================================== -->
|
||||||
<?php the_excerpt(); ?>
|
<!-- === HIER IST DIE ÄNDERUNG: Vollen Inhalt anstelle des Auszugs === -->
|
||||||
|
<!-- =================================================================== -->
|
||||||
|
<div class="post-full-content">
|
||||||
|
<?php the_content(); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user