', '' ); } else { the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); } ?>
>
' . get_the_title() . '' ) ); wp_link_pages( array( 'before' => '', ) ); //actions_entry_footer(); ?>
__( 'Previous page', 'actions' ), 'next_text' => __( 'Next page', 'actions' ), 'before_page_number' => '' . __( 'Page', 'actions' ) . ' ', ) ); } } if ( ! function_exists( 'actions_post_nav' ) ) { /** * Display navigation to next/previous post when applicable. */ function actions_post_nav() { $args = array( 'next_text' => '%title  ', 'prev_text' => ' %title', ); the_post_navigation( $args ); } }