admin管理员组文章数量:1305083
I am not good in editing theme codes especially with wordpress but I tried to on my own to edit the pagination in my theme archive.php which include numbers (1,2...10) and next/prev links.
<?php
global $wp_version;
if ( $wp_version >= 4.1 ) :
the_posts_pagination( array( 'mid_size' => 0, 'prev_text' => __( 'Previous', 'Ht' ), 'next_text' => __( 'Next', 'Ht' ) ) );
endif;
?>
I want to removed the numbers to display only Next/pervious link but I tried alter the code but the numbers still displays. I don't know how I can possibly remove the number from display.
本文标签: paginationI want to remove numbers from thepostspagination function
版权声明:本文标题:pagination - I want to remove numbers from the_posts_pagination function 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741788575a2397529.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论