I am very new to php, the code I am trying to change is
<p class="content"><?php echo strip_tags(get_the_excerpt(), '<a><strong>'); ?></p>
I tried inserting the “the_content_rss” piece that jessn gave in place of the “get_the_excerpt” code, but nothing would show up…
I am editing a template and this is the last little change I would like to make to simplify the featured sections article. It’s designed so you can put excerpts but I would prefer it to default to so many words of the content…
Thanks for any help!