$name, 'callback' => $callback); } } /** * Function to remove posts views from the system. * @since 1.4.3 */ function arras_remove_tapestry($id) { global $arras_tapestries; unset($arras_tapestries[$id]); } /** * Removes all posts display types from the system. * @since 1.4.3 */ function arras_remove_all_tapestries() { global $arras_tapestries; $arras_tapestries = array(); } /** * Traditional tapestry callback function. * @since 1.4.3 */ if (!function_exists('arras_tapestry_traditional')) { function arras_tapestry_traditional($query, $page_type) { echo '
'; while ($query->have_posts()) { $query->the_post(); ?>
>
Read the rest of this entry »

', 'arras') ); ?>
'; } arras_add_tapestry('traditional', __('Traditional', 'arras'), 'arras_tapestry_traditional'); } /** * Per Line tapestry callback function. * @since 1.4.3 */ if (!function_exists('arras_tapestry_line')) { function arras_tapestry_line($query, $page_type) { echo '