indexphp

  1. B

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

    Đâ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()) ...
Back
Top