| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/web20/web/wp-content/themes/sadaka-master/ |
Upload File : |
<?php get_header(); ?>
<!-- Carousel
================================================== -->
<div id="homeCarousel" class="carousel slide carousel-home" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#homeCarousel" data-slide-to="0" class="active"></li>
<li data-target="#homeCarousel" data-slide-to="1"></li>
<li data-target="#homeCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<?php
$args=array(
'post_type'=>'slider','posts_per_page' => 1);
$query=new WP_Query($args);
while($query->have_posts()):$query-> the_post();
?>
<div class="item active" style="background-image:url(<?php echo get_the_post_thumbnail_url($post); ?>); background-size: 100% auto; background-repeat: no-repeat;min-height: 800px;">
<div class="container">
<div class="carousel-caption">
<h2 class="carousel-title bounceInDown animated slow">Drogenkonsum nachweisen</h2>
<h4 class="carousel-subtitle bounceInUp animated slow ">Drogentests für die Heimanwendung machen es möglich.</h4>
<a href="#" class="btn btn-lg btn-secondary hidden-xs bounceInUp animated slow" data-toggle="modal" data-target="#donateModal">Drogentester zeigen</a>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#homeCarousel" role="button" data-slide="prev">
<span class="fa fa-angle-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#homeCarousel" role="button" data-slide="next">
<span class="fa fa-angle-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<?php endwhile; wp_reset_query();?>
</div>
<?php while ( have_posts() ) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php endwhile; ?>