%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/search-content.php

<article class="result_post">
	<?php
		$queried_object = get_post_type();

		if($queried_object == 'page'){
			$postType = '<span>Page:</span>';
		}else if($queried_object == 'post'){
			$postType = '<span>News:</span>';
		}else if($queried_object == 'storys'){
			$postType = '<span>Succes Story:</span>';
		}

	?>

	<h3>
		<a href="<?php the_permalink(); ?>"><?= $postType; ?> <?php the_title(); ?></a>
	</h3>

	<div class="search-content">
		<?php the_excerpt(); ?>

		<div class="readMore">
			<a href="<?php the_permalink(); ?>" class="btn trans-bg blue blue-border blue-hover-o right">
				Read more
			</a>
		</div>
	</div>
</article>

Zerion Mini Shell 1.0