Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




adjacent_posts_rel_link_wp_head [ WordPress Function ]

adjacent_posts_rel_link_wp_head ( No parameters )
Defined at:



Display relational links for the posts adjacent to the current post for single post pages.

This is meant to be attached to actions like 'wp_head'. Do not call this directly in plugins or theme templates.

Source


<?php
function adjacent_posts_rel_link_wp_head() {
    if ( !
is_singular() || is_attachment() )
        return;
    
adjacent_posts_rel_link();
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics