File: /home/dreamlan/public_html/wp-content/themes/DreamLandNepal/content.php
<?php /* Default template for displaying content. */ ?>
<?php $options = get_option('mh_options'); ?>
<article <?php post_class(); ?>>
<header class="post-header">
<h2 class="entry-title"><?php the_title(); ?></h2>
<?php mh_post_header(); ?>
</header>
<div class="single-author">
<div class="author-pic">
<b> <?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ' ';
}
}
?> </b> |
<em> <b>
प्रकाशित मितिः </b>
<?php
$post_date = get_the_date( 'Y-m-d' );
$date_conversion =eng_to_nep;
if(function_exists('_Nyasro_NepaliDateConverter')){
_Nyasro_NepaliDateConverter( $post_date, $date_conversion, 'l, jS F, Y');
echo " <?php the_time('l, jS F, Y') ?> ";
}else {
default_meta();
}
?>
:::
<?php echo PostViews(get_the_ID()); ?> पटक पढिएको |
</em>
</div>
</div>
<?php dynamic_sidebar('posts-1'); ?>
<div class="entry clearfix">
<?php mh_post_content(); ?>
</div>
<?php wp_link_pages(array('before' => '<p class="pagination">', 'after' => '</p>', 'link_before' => '<span class="pagelink">', 'link_after' => '</span>', 'nextpagelink' => __('»', 'mh'), 'previouspagelink' => __('«', 'mh'), 'pagelink' => '%', 'echo' => 1)); ?>
<hr>
<script type="text/javascript"> google_ad_client = "4799481751613200";
google_ad_host = "4799481751613200";
google_ad_width = 740;
google_ad_height = 90;
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "ffffff";
google_color_link = "0000ff";
google_color_text = "000000";
google_color_url = "0088000";
google_page_url = "http://www.bardiyaonline.com"//--></script>
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<?php dynamic_sidebar('posts-2'); ?>
</article>
<!-- mfunc wpb_set_post_views($post_id); --><!-- /mfunc -->