• 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 41 of 41
<?php

/**
 * Custom template tags for Twenty Fourteen
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */

if ( ! function_exists( 'twentyfourteen_paging_nav' ) ) :
/* function twentyfourteen_paging_nav() – Display navigation to next/previous set of posts when applicable. */
endif;

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

if ( ! function_exists( 'twentyfourteen_posted_on' ) ) :
/* function twentyfourteen_posted_on() – Print HTML with meta information for the current post-date/time and author. */
endif;

/* function twentyfourteen_categorized_blog() – Find out if blog has more than one category. */

/* function twentyfourteen_category_transient_flusher() – Flush out the transients used in twentyfourteen_categorized_blog. */
add_action( 'edit_category', 'twentyfourteen_category_transient_flusher' );
add_action( 'save_post', 'twentyfourteen_category_transient_flusher' );

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

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

if ( ! function_exists( 'wp_body_open' ) ) :
/* function wp_body_open() – Fire the wp_body_open action. */
endif;
 

 View on Trac

Called by

    Invoked by

      Calls

      Call hooks

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

      Published: 19th December 2019 | Last updated: 9th June 2022

      Primary Sidebar

      Information

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

      inc

      Footer

      WordPress a2z
      WordPress a2z
      WordPress Dynamic API Reference
      WordPress 6.1.1. PHP: 8.0.28
      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-2023. All rights reserved.


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

      • Home
      • Blog
      • Sitemap
      • Sites