There are some places where in your website where you want to show only a summary and some places where you want a full article, for a summary you use the_excerpt() and for the complete post you use the_content(), some templates doesn't apply this idea and have their own way to do this, that's when problems appear, check where in your template is used the option of the_excerpt() or the_content() and switch to the function you think is the best, agan, I have tested the plug-in on the standard wordpress installation and template and it works great.
↧