• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[WordPress] mọi người vào xem file index.php này lỗi chỗ nào giùm em với.

BuiHung

New Member
Đây ạk , m.n xem giùm
--------
<?php get_header(); ?>
<?php require_once 'get/Mobile_Detect.php';
$detect = new Mobile_Detect; ?>









<?php if(have_posts()) : ?>


<div class="tmenu">Cập nhật mới</div>

<?php if ( $detect->isMobile() ) { ?>
<?php while(have_posts()) : the_post(); ?>
<?php include('get/item.php');?>
<?php endwhile; ?>
<?php } else { ?>
<?php while(have_posts()) : the_post(); ?>
<?php include('get/pcitem.php');?>
<?php endwhile; ?>
<?php } ?>
<?php if (function_exists('wp_pagenavi')) wp_pagenavi(); ?>


<?php endif; ?>


<?php get_footer(); ?>
--------
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top