Forums
(@idkdesign)
16 years, 1 month ago
Thanks Michael! That did the trick.
Not sure if I am doing it right but would the code be:
<?php get_posts(‘2’); $content = apply_filters(‘the_content’, $content); $content = str_replace(‘]]>’, ‘]]>’, $content); echo $content; ?>