>
Download This Plugin | |
Download Elegant Themes | |
Name | Fixed Adjacent Post |
Version | 1.0 |
Author | KITE |
Rating | 100 |
Last updated | 2014-08-07 01:40:00 |
Downloads |
192
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Fixed Adjacent Post plugin added 15 bytes of resources to the Home page and 38 bytes of resources to the sample Post page.
Fixed Adjacent Post plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Fixed Adjacent Post plugin ads no tables to your Wordpress blog database.Usage:
get_fixed_previous_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
get_previous_post()
get_fixed_next_post( $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
get_next_post()
get_fixed_adjacent_post( $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )
get_adjacent_post()
get_fixed_adjacent_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )
get_adjacent_post_rel_link()
fixed_adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
adjacent_posts_rel_link()
fixed_adjacent_posts_rel_link_wp_head()
adjacent_posts_rel_link_wp_head()
fixed_next_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
next_post_rel_link()
fixed_prev_post_rel_link( $title = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' )
prev_post_rel_link()
get_fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )
get_previous_post_link()
fixed_previous_post_link( $format = '« %link', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )
previous_post_link()
get_fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )
get_next_post_link()
fixed_next_post_link( $format = '%link »', $link = '%title', $in_same_cat = false, $excluded_terms = '', $taxonomy = 'category' )
next_post_link()
get_fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )
get_adjacent_post_link()
fixed_adjacent_post_link( $format, $link, $in_same_cat = false, $excluded_terms = '', $previous = true, $taxonomy = 'category' )
adjacent_post_link()