[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentyfourteen/inc/ -> template-tags.php (summary)

Custom template tags for Twenty Fourteen

File Size: 263 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  twentyfourteen_paging_nav()
  twentyfourteen_post_nav()
  twentyfourteen_posted_on()
  twentyfourteen_categorized_blog()
  twentyfourteen_category_transient_flusher()
  twentyfourteen_post_thumbnail()
  twentyfourteen_excerpt_more()
  wp_body_open()

Functions
Functions that are not part of a class:

twentyfourteen_paging_nav()   X-Ref
Display navigation to next/previous set of posts when applicable.


twentyfourteen_post_nav()   X-Ref
Display navigation to next/previous post when applicable.


twentyfourteen_posted_on()   X-Ref
Print HTML with meta information for the current post-date/time and author.


twentyfourteen_categorized_blog()   X-Ref
Find out if blog has more than one category.

return: bool true if blog has more than 1 category

twentyfourteen_category_transient_flusher()   X-Ref
Flush out the transients used in twentyfourteen_categorized_blog.


twentyfourteen_post_thumbnail()   X-Ref
Display an optional post thumbnail.

Wraps the post thumbnail in an anchor element on index
views, or a div element when on single views.


twentyfourteen_excerpt_more( $more )   X-Ref
Replaces "[...]" (appended to automatically generated excerpts) with ...
and a Continue reading link.

param: string $more Default Read More excerpt link.
return: string Filtered Read More excerpt link.

wp_body_open()   X-Ref
Fire the wp_body_open action.

Added for backward compatibility to support pre-5.2.0 WordPress versions.




Generated : Tue Mar 19 08:20:01 2024 Cross-referenced by PHPXref