| 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/web6/web/wp-content/themes/hso-theme/ |
Upload File : |
<?php
global $post;
$sOfferPrice = get_post_meta($post->ID, 'offer_price');
?>
<div class="span3 list-item">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
<?php the_post_thumbnail('thumbnail'); ?>
<?php if(isset($sOfferPrice[0])) { ?><span class="item-price"><?php echo $sOfferPrice[0]; ?> <i class="fa fa-eur"></i></span><?php } ?>
</a>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><h3><?php the_title(); ?></h3></a>
<?php the_excerpt(30); ?>
</div>
<?php
/*<div class="span6 news-container">
<div class="row">
<div class="span6">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?> kaufen"><h3><?php the_title(); ?></h3></a>
</div>
</div>
<div class="row">
<div class="span2">
<div class="news-padding">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?> kaufen"><?php the_post_thumbnail('medium'); ?></a>
</div>
</div>
<div class="span4">
<div class="news-padding">
<?php the_excerpt(120); ?>
</div>
</div>
</div>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?> kaufen" class="visible-desktop btn btn-danger btn-small">weiterlesen</a>
</div>*/
?>