We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9bf86 commit cef6074Copy full SHA for cef6074
includes/template-entry.php
@@ -610,7 +610,7 @@ function carelib_get_post_navigation( $args = array() ) {
610
611
$defaults = apply_filters( 'carelib_post_navigation_defaults',
612
array(
613
- 'post_types' => array(),
+ 'post_types' => array( 'post' ),
614
'prev_format' => '<span class="nav-previous">%link</span>',
615
'next_format' => '<span class="nav-next">%link</span>',
616
'prev_text' => __( 'Previous', 'carelib' ) . esc_html( $name ),
0 commit comments