• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress a2z

WordPress a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Files / inc/template-tags.php


Lines:

1 to 47 of 47
<?php

/**
 * Custom template tags for Twenty Fifteen
 *
 * Eventually, some of the functionality here could be replaced by core features.
 *
 * @package WordPress
 * @subpackage Twenty_Fifteen
 * @since Twenty Fifteen 1.0
 */

if ( ! function_exists( 'twentyfifteen_comment_nav' ) ) :
/* function twentyfifteen_comment_nav() – Display navigation to next/previous comments when applicable. */
endif;

if ( ! function_exists( 'twentyfifteen_entry_meta' ) ) :
/* function twentyfifteen_entry_meta() – Prints HTML with meta information for the categories, tags. */
endif;

/* function twentyfifteen_categorized_blog() – Determine whether blog/site has more than one category. */

/* function twentyfifteen_category_transient_flusher() – Flush out the transients used in {@see twentyfifteen_categorized_blog()}. */
add_action( 'edit_category', 'twentyfifteen_category_transient_flusher' );
add_action( 'save_post', 'twentyfifteen_category_transient_flusher' );

if ( ! function_exists( 'twentyfifteen_post_thumbnail' ) ) :
/* function twentyfifteen_post_thumbnail() – Display an optional post thumbnail. */
endif;

if ( ! function_exists( 'twentyfifteen_get_link_url' ) ) :
/* function twentyfifteen_get_link_url() – Return the post URL. */
endif;

if ( ! function_exists( 'twentyfifteen_excerpt_more' ) && ! is_admin() ) :
/* function twentyfifteen_excerpt_more() – Replaces "[. */
  add_filter( 'excerpt_more', 'twentyfifteen_excerpt_more' );
endif;

if ( ! function_exists( 'twentyfifteen_the_custom_logo' ) ) :
/* function twentyfifteen_the_custom_logo() – Displays the optional custom logo. */
endif;

if ( ! function_exists( 'wp_body_open' ) ) :
/* function wp_body_open() – Shim for wp_body_open, ensuring backward compatibility with versions of WordPress older than 5.2. */
endif;
 

 View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: inc/template-tags.php
      Plugin ref: Twenty Fifteen
      Version: 2.8
      Deprecated?: No
      API Letters: I,P,T

      Published: 19th December 2019 | Last updated: 21st August 2020

      Primary Sidebar

      Information

      File name: inc/template-tags.php
      Plugin ref: Twenty Fifteen
      Version: 2.8
      Deprecated?: No
      API Letters: I,P,T

      inc

      Footer

      WordPress a2z
      WordPress a2z
      WordPress Dynamic API Reference
      WordPress 5.6.2. PHP: 7.3.27
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  wp-a2z.org
      © Copyright WordPress a2z 2014-2021. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins

      • Home
      • Blog
      • Sitemap
      • Sites