ID, '_artichoke_page_template_key', true ); $args = array( 'sort_order' => 'ASC', 'sort_column' => 'post_title', 'hierarchical' => 1, 'exclude' => '', 'include' => '', 'meta_key' => '', 'meta_value' => '', 'authors' => '', 'child_of' => 0, 'parent' => -1, 'exclude_tree' => '', 'number' => '', 'offset' => 0, 'post_type' => 'artichoke_template', 'post_status' => 'publish' ); $allTemplates = get_pages($args); $feat_image = wp_get_attachment_url(get_post_thumbnail_id($post->ID)); $content_abrv = $post->post_content; if(strlen($content_abrv) > 300) { $content_abrv = substr($content_abrv, 0, 300) . html_entity_decode('…', 0, 'UTF-8');; } ?>

Standard field values1

Tag Value
[[title]] post_title ?>
[[content]]
[[featured_image]] Image:
URL:

1 Values reflect last save.