Ejemplo n.º 1
0
				</div>
			<?php 
        } else {
            ?>
				<div class="single-employee-hero-title skin-<?php 
            echo $header_hero_skin;
            ?>
" style="background-color:<?php 
            echo $header_hero_bg_color;
            ?>
; background-image:url(<?php 
            echo $header_hero_bg_image;
            ?>
); background-size: cover; background-position: center center;">
					<?php 
            mk_post_type_featured_image('employees', $image_width, $image_height);
            ?>
					<?php 
            mk_employees_meta_information();
            ?>
				</div>
				<div class="mk-grid vc_row-fluid">
					<div class="theme-content">
						<div class="single-employee-content">
							<?php 
            the_content();
            ?>
						</div>
					</div>
				</div>
			<?php 
Ejemplo n.º 2
0
">
							<a href="<?php 
        echo get_month_link(get_the_time("Y"), get_the_time("m"));
        ?>
"><?php 
        echo get_the_date();
        ?>
</a>
					</time>
					</div>	
					<div class="clearboth"></div>
				</div>
				

				<?php 
        mk_post_type_featured_image('news', $image_width, $image_height);
        ?>

				<div class="news-post-content" itemprop="mainContentOfPage">
					<?php 
        the_content();
        ?>
				</div>	

				<div class="mk-back-top">
					<a href="#" class="mk-back-top-link"><i class="mk-icon-arrow-up"></i><?php 
        _e('Back to Top', 'mk_framework');
        ?>
</a>
				</div>