File "post-resmiilan.php"
Full Path: /home/ozbarhaber/public_html/19052025___siteeee/wp-content/themes/anka/posts/post-resmiilan.php
File size: 782 bytes
MIME-type: text/x-php
Charset: utf-8
<?php if(!defined('ABSPATH')) exit; ?>
<?php
$ilanID = get_post_meta(get_the_ID(), "resmiilanno", true);
?>
<div class="post-container li-con bik-ilan"<?php echo $ilanID ? ' id="bik-ilan-'.$ilanNo.'"' : ''; ?>>
<div class="post">
<div class="postthumb post-image">
<a href="<?php the_permalink() ?>" title="<?php the_title() ?>">
<?php safirthumb() ?>
</a>
</div>
<div class="detail">
<div class="title">
<h3>
<a href="<?php the_permalink() ?>" title="<?php the_title() ?>">
<?php the_title() ?>
</a>
</h3>
</div>
<div class="safirMetas">
<div class="meta date">
<?php the_time("d.m.Y H:i"); ?>
</div>
</div>
<div class="summary"><?php safirText(30); ?></div>
</div>
</div>
</div>