start_post_rel_link [ WordPress Function ]
start_post_rel_link ( $title = '%title', $in_same_cat = false, $excluded_categories = '' )
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: parent_post_rel_link, get_parent_post_rel_link, next_post_rel_link, prev_post_rel_link, get_post_reply_link
Display relational link for the first post.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › Support » How can I remove these extra lines added ...
remove_action('wp_head', 'index_rel_link'); remove_action('wp_head', ' parent_post_rel_link', 10, 0); remove_action('wp_head', 'start_post_rel_link', 10, 0 ); ...
wordpress.org - WordPress › Support » Remove Post Relational Links from wp_head
remove_action('wp_head', 'start_post_rel_link'); remove_action('wp_head' ... add_action( 'wp_head', 'start_post_rel_link', 10, 0 ); add_action( 'wp_head', ...
wordpress.org - #14796 (start_post_rel_link() makes 3 DB queries; too much for ...
I think 3 DB queries is far too much for what start_post_rel_link offers (printing in the doc HEAD a relational link to the first post of the blog). Is this function (or the ...
core.trac.wordpress.org - start_post_rel_link (WordPress Function) - WPSeek.com
WordPress lookup for start_post_rel_link, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com