Strip html codes from Posts
-
I saw a solution i believe which i found from a different Theard on this forum.
Here are 2 codes but I dont know where to insert them on wordpress? which template?
<?php ob_start(); the_content(''.__('Read more <span class="meta-nav">»</span>', 'sandbox').''); $old_content = ob_get_clean(); $new_content = strip_tags($old_content); echo $new_content; ?>
and
$new_content = strip_tags($old_content, '<p><a><b><br /><input><form><img><textarea><li><ol><ul><table>');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Strip html codes from Posts’ is closed to new replies.