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

B

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(); ?>
--------
 
code bạn vậy sao ko lỗi cho dc cần giúp đỡ thì send host qua tin nhắn
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
916
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
736
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
3K
AdminAdmin is verified member.
Admin
blog4me
Replies
3
Views
4K
deste
D
Back
Top