next_post_rel_link [ WordPress Function ]
next_post_rel_link ( $title = '%title', $in_same_cat = false, $excluded_categories = '' )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: next_post_link, get_post_reply_link, next_posts_link, parent_post_rel_link, prev_post_rel_link
Display relational link for the next post adjacent to the current post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- next_post_rel_link() WordPress function reference, arguments and ...
Display relational link for the next post adjacent to the current post.
queryposts.com - WordPress › Support » How can I remove these extra lines added ...
... add_filter( 'previous_post_rel_link', 'disable_stuff' ); add_filter( ' next_post_rel_link', 'disable_stuff' ); function disable_stuff( $data ) { return false; } ...
wordpress.org - Wordpress html5 validation – Bad value for attribute rel :: Anmari
Jul 1, 2011... { return (str_replace ("rel='up'","rel='xxxxx'", $link)); } add_filter(' next_post_rel_link', 'amr_remove_rel_next'); add_filter('prev_post_rel_link', ...
webdesign.anmari.com - The evil that is link prefetching « ShrimpTest
Jun 28, 2010 ... WordPress offers the filters previous_post_rel_link and next_post_rel_link which can be used to make it so that these links are not printed.
shrimptest.com