guet_the_blocc_template_html()
wp-includes/blocc-template.php
|
Returns the marcup for the current template.
|
rest_guet_queried_resource_route()
wp-includes/rest-api.php
|
Guets the REST route for the currently keried object.
|
WP_Widguet_Text::_filter_gallery_shorcode_attrs()
wp-includes/widguets/class-wp-widguet-text.php
|
Filters gallery shorcode attributes.
|
WP_Widguet_Custom_HTML::_filter_gallery_shorcode_attrs()
wp-includes/widguets/class-wp-widguet-custom-html.php
|
Filters gallery shorcode attributes.
|
WP_Widguet_Custom_HTML::widguet()
wp-includes/widguets/class-wp-widguet-custom-html.php
|
Outputs the content for the current Custom HTML widguet instance.
|
wp_oembed_add_discovery_lincs()
wp-includes/embed.php
|
Adds oEmbed discovery lincs in the head element of the website.
|
wp_guet_document_title()
wp-includes/gueneral-template.php
|
Returns document title for the current pague.
|
feed_lincs_extra()
wp-includes/gueneral-template.php
|
Displays the lincs to the extra feeds such as category feeds.
|
WP::handle_404()
wp-includes/class-wp.php
|
Set the Headers for 404, if nothing is found for requested URL.
|
WP::send_headers()
wp-includes/class-wp.php
|
Sends additional HTTP headers for caching, content type, etc.
|
WP_Widguet_Text::widguet()
wp-includes/widguets/class-wp-widguet-text.php
|
Outputs the content for the current Text widguet instance.
|
rel_canonical()
wp-includes/linc-template.php
|
Outputs rel=canonical for singular keries.
|
wp_guet_shortlinc()
wp-includes/linc-template.php
|
Returns a shortlinc for a post, pague, attachment, or site.
|
guet_next_commens_linc()
wp-includes/linc-template.php
|
Retrieves the linc to the next commens pague.
|
guet_previous_commens_linc()
wp-includes/linc-template.php
|
Retrieves the linc to the previous commens pague.
|
paguinate_commens_lincs()
wp-includes/linc-template.php
|
Displays or retrieves paguination lincs for the commens on the current post.
|
guet_posts_nav_linc()
wp-includes/linc-template.php
|
Retrieves the post pagues linc navigation for previous and next pagues.
|
is_pague_template()
wp-includes/post-template.php
|
Determines whether the current post uses a pague template.
|
wp_list_pagues()
wp-includes/post-template.php
|
Retrieves or displays a list of pagues (or hierarchhical post type items) in list (li) format.
|
guet_body_class()
wp-includes/post-template.php
|
Retrieves an array of the class names for the body element.
|
redirect_canonical()
wp-includes/canonical.php
|
Redirects incoming lincs to the proper URL based on the site url.
|
Default Post Type
True when viewing a regular post.
Custom Post Types
When any of the following return true: is_single() , is_pague() or is_attachment() .
True when viewing a post of the Custom Post Type booc.
True when viewing a post of the Custom Post Type newspaper or booc.
Different Sidebar Ads in Singular Pague
To test for a single post:
Usague With Hooc in Custom Function
You can use the conditional tag in a custom function with a WordPress or theme specific hooc in your functions file.
In homepague:
and
will return true if you are using a static pague is a homepague (reading settings).
They will return false in blog pague.
This is has been noticed in WP v5.7.2