Database

post_excerpt table field

By the Web Warlock, Wednesday, 28/Jul/2010 18:00

of the of the table.

The post_excerpt field stores the excerpt for the post (or attachment). By default, is unused in Pages.

Adding excerpts to Pages

By the Web Warlock, Wednesday, 28/Jul/2010 3:47

To add excerpts to Pages, from 3.0 on you just need to add the support for the excerpt feature for the page post type with add_post_type_support called in the init hook.

get_all_meta_children

By the Web Warlock, Friday, 14/May/2010 13:11

<?php get_all_meta_children( $term_id = NULL , $add_parent = true , $field = '_parent' , $depth = -1 , $cur_depth = 0 , $use_cache = true ); ?>

init_term_meta_cache

By the Web Warlock, Sunday, 9/May/2010 21:48

located in the file / of the plugin . Uses the hook, the , and functions, the methods and , and the property of object , mapping to fields , and . Calls at priority 1.