Skip to content

List of editable elements

scribu edited this page Mar 31, 2013 · 10 revisions

Below you have a list of all the editable elements, along with their corresponding template tags (where aplicable):

  • posts, pages and custom post types
    • title - the_title(), get_the_title()
    • content - the_content()
    • excerpt - the_excerpt()
    • categories - the_category(), get_the_category_list()
    • tags - the_tags(), get_the_tag_list()
    • custom taxonomies - the_terms()
    • custom fields - editable_post_meta()
    • thumbnail - the_post_thumbnail(), get_the_post_thumbnail()
  • comments
  • authors
    • description - the_author_meta()
  • terms
    • name - single_tag_title(), single_cat_title(), single_term_title()
    • description - category_description(), tag_description(), term_description()
  • widgets
  • theme images - editable_image()
  • options
    • title - bloginfo('name'), get_bloginfo('name')
    • description - bloginfo('description'), get_bloginfo('description')
    • other - editable_option()