Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions library/structure/content-extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@ function travelify_next_previous() {
/****************************************************************************************/

add_action( 'travelify_after_post_content', 'travelify_next_previous_post_link', 10 );

if ( ! function_exists( 'travelify_next_previous_post_link' ) ) :
/**
* Shows the next or previous posts link with respective names.
*/
Expand All @@ -775,6 +777,7 @@ function travelify_next_previous_post_link() {
}
}
}
endif;

/****************************************************************************************/

Expand Down