Uses
Uses | Description |
---|---|
wp-includes/query.php: is_single() | Determines whether the query is for an existing single post. |
wp-includes/query.php: is_attachment() | Determines whether the query is for an existing attachment page. |
wp-includes/link-template.php: adjacent_posts_rel_link() | Displays the relational links for the posts adjacent to the current post. |