• • • • • • • • • • • • • • • • • http://wpdocs.sourceforge.jp/ _API/ http://wpdocs.sourceforge.jp/ _API/ • function the_content($more_link_text = null, $stripteaser = 0, $more_file = '') { $content = get_the_content($more_link_text, $stripteaser, $more_file); $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); echo $content; } • • • • • • •