Skip to content

Commit 152d6d4

Browse files
committed
Use new pagination.
1 parent 3927ef5 commit 152d6d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jquery.com/category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
endwhile;
2525
?>
2626

27-
<?php twentyeleven_content_nav( 'nav-below' ); ?>
27+
<?php echo jq_content_nav(); ?>
2828

2929
<?php else : ?>
3030

jquery.com/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
get_template_part( 'content', get_post_format() );
88
endwhile;
99

10-
twentyeleven_content_nav( 'nav-below' );
10+
echo jq_content_nav();
1111
else : ?>
1212
<article id="post-0" class="post no-results not-found">
1313
<header class="entry-header">

jqueryui.com/category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
endwhile;
2525
?>
2626

27-
<?php twentyeleven_content_nav( 'nav-below' ); ?>
27+
<?php echo jq_content_nav(); ?>
2828

2929
<?php else : ?>
3030

jqueryui.com/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
get_template_part( 'content', get_post_format() );
88
endwhile;
99

10-
twentyeleven_content_nav( 'nav-below' );
10+
echo jq_content_nav();
1111
else : ?>
1212
<article id="post-0" class="post no-results not-found">
1313
<header class="entry-header">

0 commit comments

Comments
 (0)