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

', esc_url( get_permalink() ) ), '

' ); } ?>
>
' . esc_url( 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() { the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next post:', 'actions' ) . ' ' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'actions' ) . ' ' . '%title', ) ); } }