prev_post_rel_link [ WordPress Function ]
prev_post_rel_link ( $title = '%title', $in_same_cat = false, $excluded_categories = '' )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: parent_post_rel_link, next_post_rel_link, get_post_reply_link, start_post_rel_link, get_parent_post_rel_link
Display relational link for the previous post adjacent to the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Docs for page link-template.php
Array or comma-separated list of excluded category IDs. prev_post_rel_link (line 1250). Display relational link for the previous post adjacent to the current post.
phpdoc.wordpress.org - Using Custom Post Types as Taxonomies - WordPress
Mar 18, 2012 ... Added previous_post_link(), next_post_link(), adjacent_post_link(), prev_post_rel_link(), next_post_rel_link(), get_adjacent_post_rel_link() and ...
wordpress.org - WordPress › Support » [Plugin: CPT-onomies: Using Custom Post ...
Just wanted to let you know version 1.0.2 is now available AND includes support for previous_post_link(), next_post_link(), prev_post_rel_link() and ...
wordpress.org - Wordpress html5 validation – Bad value for attribute rel :: Anmari
Jul 1, 2011... 'amr_remove_rel_next'); add_filter('prev_post_rel_link', 'amr_remove_rel_prev' ); add_filter('start_post_rel_link', 'amr_remove_rel_start'); ...
webdesign.anmari.com