यह उपयोगी है यदि आप एक्लिप्स (…) को अंश से पोस्ट करने के लिए एक पर्मलिंक से बदलना चाहेंगे।
कार्यों के अलावा:
function replace_excerpt($content) ( return str_replace('(… )', ' Continue Reading ', $content ); ) add_filter('the_excerpt', 'replace_excerpt');