Wordpress Document

Author tags

Category tags

Comment tags

Date and Time tags

General tags

Geo tags

Link tags

Links Manager tags

Permalink tags

Post tags

Trackback tags

WP/PHP General

comment_popup_script

概要

ポップアップウインドウを使用してコメントを表示するJavaScriptを出力します。
テンプレートのどこでも使用可能ですが、通常は<head>の中に入れます。

用法

<?php comments_popup_script(width, height) ?>

引数

width

(integer)
ポップアップウインドウの幅。デフォルトは400(pixels)

height

(integer)
ポップアップウインドウの高さ。デフォルトは400(pixels)

用例

-