File "post2.php"

Full Path: /home/ozbarhaber/public_html/19052025___siteeee/wp-content/themes/anka/posts/post2.php
File size: 822 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if(!defined('ABSPATH')) exit; ?>
<?php
if(!isset($metas)) $metas = xoption("metas");
if(!isset($lineLimit)) $lineLimit = xoption("archiveLineLimit");
if($lineLimit) {
	$innerHeight = $lineLimit * 20;
}
?>
<div class="post-container">
	<div class="post">
		<div class="postthumb">
			<a href="<?php the_permalink() ?>">
				<?php safirthumb("medium") ?>
			</a>
		</div>
		<div class="detail">
			<div class="inner"<?php if(isset($innerHeight)) echo ' style="max-height:'.$innerHeight.'px"'; ?>>
			<?php if(!isset($titletag)) $titletag = xoption("archiveTitleTag"); ?>
				<<?php echo $titletag ?> class="title">
					<a href="<?php the_permalink() ?>">
						<?php the_title() ?>
					</a>
				</<?php echo $titletag ?>>
			</div>
			<?php safirMetas($metas); ?>
		</div>
	</div>
</div>