该paginate_links
法典函数引用有就是BEING转贴遍布净一些示例代码。
它具有使用名为的变量的部分$big = 999999999; // need an unlikely integer
:
echo paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages
) );
并且在使用str_replace
中的echo paginate_links
功能。
这是某种形式的封装吗?