Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




get_paged_template [ WordPress Function ]

get_paged_template ( No parameters )
Returns:
  • (string)
Defined at:



Retrieve path of paged template in current or parent template.

Source


<?php
function get_paged_template() {
    return 
get_query_template('paged');
}
?>

Examples [ wp-snippets.com ]

Top Google Search Results

More ...

User discussions [ wordpress.org ]

0 User Note(s)

None yet. Be the first!

Add New ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics