Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4164 days ago • 2 reviews
Is Fixed Adjacent Post abandoned?
Possibly abandoned (last update 4164 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Usage:
-
get_fixed_previous_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
get_previous_post()
- instead of
-
get_fixed_next_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
get_next_post()
- instead of
-
get_fixed_adjacent_post( $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )- instead of
get_adjacent_post()
- instead of
-
get_fixed_adjacent_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )- instead of
get_adjacent_post_rel_link()
- instead of
-
fixed_adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
adjacent_posts_rel_link()
- instead of
-
fixed_adjacent_posts_rel_link_wp_head()- instead of
adjacent_posts_rel_link_wp_head()
- instead of
-
fixed_next_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
next_post_rel_link()
- instead of
-
fixed_prev_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
prev_post_rel_link()
- instead of
-
get_fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
get_previous_post_link()
- instead of
-
fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
previous_post_link()
- instead of
-
get_fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
get_next_post_link()
- instead of
-
fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )- instead of
next_post_link()
- instead of
-
get_fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )- instead of
get_adjacent_post_link()
- instead of
-
fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )- instead of
adjacent_post_link()
- instead of
Installation
- Upload the
fixed-adjacent-postfolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Then you can use the above functions in your themes.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.0
- The first version.