Skip to content

Template Tags

fumikito edited this page Feb 17, 2016 · 2 revisions

These are template tags list. 2ch/template-tags.php is the perfect document.

nichan_thread_form

Show thread from.

$post_type
`string` post type name.

nichan_hash

Return threads hash

$post
`null|int|WP_Post` Post id or object. If not set, use current post.

nichan_comment_hash

Return comment's hash

$comment
`null|int|WP_Comment` Comment's ID or comment object. If not set, use current comment.