Quantcast
Channel: 半瓶墨水 - 任中方 » wordpress
Viewing all articles
Browse latest Browse all 25

更改了翻页链接的显示方式

$
0
0

只贴一下修改后的代码:

next_posts_link("点击查看下一页", $max_page);
echo ",共($max_page)页: <b>";
if ($paged >= 4) {
    
echo '<a href="'.get_pagenum_link().'">&laquo; First</a> ... ';
}
previous_posts_link($prelabel);
for($i = $paged - 2 ; $i  <= $paged +2; $i++) {
    
if ($i >= 1 && $i <= $max_page) {
        
if($i == $paged) {
            
echo "[$i]";
        
} else {
            
echo ' <a href="'.get_pagenum_link($i).'">'.$i.'</a> ';
        
}
    
}
}
next_posts_link($nxtlabel, $max_page);
if (($paged+2) < ($max_page)) {
    
echo ' ... <a href="'.get_pagenum_link($max_page).'">Last &raquo;</a>';
}
echo "$after</b>";
echo '&nbsp;&nbsp;&nbsp;也可以<a href="http://www.2maomao.com/blog/wp-archives.php">查看归档内容</a>';

Tags:[tag]Navigate, modify, wordpress[/tag]


Viewing all articles
Browse latest Browse all 25

Latest Images

Trending Articles





Latest Images