-
Notifications
You must be signed in to change notification settings - Fork 0
Danvers tags
Anas Ismail Khan edited this page Aug 5, 2016
·
6 revisions
-
@_#_blog_#_@- For use on pages. Fetches the blogfeed. -
@_#_pagename_#_@- For use on page templates in themes. Gets and prints the page name. -
@_#_pagecontent_#_@- For use on templates in themes. Gets and prints the page content. -
@_#_posttitle_#_@- For use on blog-related templates in themes. Gets and prints the post title. -
@_#_postdate_#_@- For use on blog-related templates in themes. Gets and prints the post date. -
@_#_postcategs_#_@- For use on blog-related templates in themes. Gets and prints the post categories. -
@_#_postauthor_#_@- For use on blog-related templates in themes. Gets and prints the post author. -
@_#_postcontent_#_@- For use on blog-related templates in themes. Gets and prints the post content. -
@_#_ajaxcomment_#_@- For use in comment-form templates in themes. Fetches an ajax powered comment-posting button. -
@_#_comments_#_@- For use in single-post templates. Fetches comments for post. -
@_#_date_#_@- For use in comment-form templates in themes. Gets and prints the comment's date. -
@_#_name_#_@- For use in comment-form templates in themes. Gets and prints the commenter's name. -
@_#_email_#_@- For use in comment-form templates in themes. Gets and prints the commenter's email. -
@_#_title_#_@- For use in comment-form templates in themes. Gets and prints the comment's title. -
@_#_content_#_@- For use in comment-form templates in themes. Gets and prints the comment's content. -
@_#_metadata_#_@and#_@_metadata_@_#- Used in post files to enclose XML front-matter that defines post metadata.