Pro wordpress vào giúp với. HELP

sms999

Banned
Joined
Aug 17, 2014
Messages
133
Reactions
38
MR
0.000
Follow me on Facebook Chat with me via Skype
Wapsite http://taigamecrack.com
Lỗi phân trang "tìm kiếm" http://taigamecrack.com/search/game/page/2
Trong khi phân trang "chuyên mục" thì bình thường http://taigamecrack.com/game-online-java/page/2
Được biết code gọi phân trang là <?php echo vpro_pagination($pages = '', $range = 2);?>
Trong functions.php là:
//Phan Trang
function vpro_pagination($pages = '', $range = 2)
{
$showitems = ($range * 2)+1;


global $paged;
if(empty($paged)) $paged = 1;


if($pages == '')
{
global $wp_query;
$pages = $wp_query->max_num_pages;
if(!$pages)
{
$pages = 1;
}
}


if(1 != $pages)
{
echo "<div class='phantrang'>";
if($paged > 2 && $paged > $range+1 && $showitems < $pages) echo "<a href='".get_pagenum_link(1)."'>&laquo;</a>";
if($paged > 1 && $showitems < $pages) echo "<a href='".get_pagenum_link($paged - 1)."'>&lsaquo;</a>";


for ($i=1; $i <= $pages; $i++)
{
if (1 != $pages &&( !($i >= $paged+$range+1 || $i <= $paged-$range-1) || $pages <= $showitems ))
{
echo ($paged == $i)? "<span>".$i."</span>":"<a href='".get_pagenum_link($i)."'>".$i."</a>";
}
}


if ($paged < $pages && $showitems < $pages) echo "<a href='".get_pagenum_link($paged + 1)."'>&rsaquo;</a>";
if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo "<a href='".get_pagenum_link($pages)."'>&raquo;</a>";
echo "</div>\n";
}
}
HELPPPPPPPPPPPPPPPPPPPPPP
59.gif
 

Announcements

Forum statistics

Threads
427,891
Messages
7,220,853
Members
180,052
Latest member
Cakhiatvztv

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom