Codex

Function Reference/get comments popup template

Contents

Description

Retrieve path of comment popup template in current or parent template.

Checks for comment popup template in current template, if it exists or in the parent template. If it doesn't exist, then it retrieves the comment-popup.php file from the default theme. The default theme must then exist for it to work.

Usage

<?php get_comments_popup_template() ?>

Parameters

None.

Return Values

(string) 
Returns the template path.

Examples

Notes

Change Log

Since: 1.5.0

Source File

get_comments_popup_template() is located in wp-includes/theme.php.

Related

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