the_title()?>
the_content();?>
'.preg_replace('#-\d+-\s+([^"<]+)#si', '\\1', $cat->name).'
remove_filter('the_excerpt', 'wpautop'); //remove_filter('the_content', 'wpautop'); remove_filter('term_description', 'wpautop'); function is_subpage() { global $post; // load details about this page if ( is_page() && $post->post_parent ) { // test to see if the page has a parent $parentID = $post->post_parent; // the ID of the parent is this return $parentID; // return the ID } else { // there is no parent so... return false; // ...the answer to the question is false }; }; ?>