Retrieve the post status based on the Post ID.If the post ID is of an attachment, then the parent post status will be given instead.
1609
Continue readingRetrieve the post status based on the Post ID.If the post ID is of an attachment, then the parent post status will be given instead.
1609
Continue reading
get_post_reply_link
Retrieve HTML content for reply to post link.The default arguments that can be override are ‘add_below’, ‘respond_id’, ‘reply_text’, ‘login_text’, and ‘depth’. The ‘login_text’ argument will be used, if the user must log in or register first before posting a comment. The ‘reply_text’ will be used, if they can post a reply. The ‘add_below’ and ‘respond_id’ arguments are for the JavaScript moveAddCommentForm() function parameters.
1605
Continue reading →