Navigation doesn't work, just show all pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@3727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
858a5db03f
commit
76efdcaadb
@ -19,7 +19,7 @@ require_once('admin-header.php');
|
||||
</form>
|
||||
|
||||
<?php
|
||||
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=15&posts_per_archive_page=-1');
|
||||
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1');
|
||||
|
||||
if ( $_GET['s'] )
|
||||
$all = false;
|
||||
@ -49,11 +49,6 @@ page_rows(0, 0, $posts, $all);
|
||||
|
||||
<div id="ajax-response"></div>
|
||||
|
||||
<div class="navigation">
|
||||
<div class="alignleft"><?php next_posts_link(__('« Previous Entries')) ?></div>
|
||||
<div class="alignright"><?php previous_posts_link(__('Next Entries »')) ?></div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user