Forums
(@mbriney)
10 years, 7 months ago
Yep that worked great, thank you!
16 years, 2 months ago
I found the fix. In the home.php and index.php
Change <?php the_content_rss('', TRUE, '', 40); ?>
<?php the_content_rss('', TRUE, '', 40); ?>
To <?php the_content() ?>
<?php the_content() ?>