Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get paged template

This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_paged_template/

Description

Retrieve path of paged template in current or parent template.

Usage

<code style="color: #000000"><span style="color: #0000BB"><?php get_paged_template</span><span style="color: #007700">() </span><span style="color: #0000BB">?></span></code>

Parameters

None.

Return Values

(string) 
Result of get_query_template('paged').

Examples

Notes

Change Log

Since: 1.5.0

Source File

get_paged_template() is located in wp-includes/template.php.

Related

See also index of Function Reference and index of Template Tags.