forked from scribu/wp-front-end-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
List of editable elements
scribu edited this page Jun 15, 2011
·
10 revisions
Below you have a list of all the editable elements, along with their corresponding template tags (where aplicable):
-
posts (including pages and custom post types)
- title - the_title()
- content - the_content()
- excerpt - the_excerpt()
- categories - the_category()
- tags - the_tags()
- custom taxonomies - the_terms()
- custom fields - editable_post_meta()
- thumbnail - the_post_thumbnail()
- comments
-
authors
- description - the_author_meta()
-
terms
- name - single_tag_title(), single_cat_title(), single_term_title()
- description - term_description()
- widgets
- theme images - editable_image()*
-
options
- title - bloginfo('name')
- description - bloginfo('description')
- other - editable_option()