guid."\" id=\"".$c2p_post->ID."\">".$c2p_post->post_title."\n"; if($c2p_ShowAllContent == '0') { $c2p_result .= $c2p_post->post_excerpt."\n"; } else { $c2p_result .= $c2p_post->post_content."\n"; } } } return preg_replace('||', $c2p_result, $c2p_content); } function c2p_add_option_page() { add_options_page('Opciones', 'Category2Post', 'manage_options', 'category2post/options-c2p.php'); } add_action('admin_head', 'c2p_add_option_page'); add_filter('the_content', 'category2post'); ?>