I would like to remove " leave comment" from the footer of the posts on my syndicated feeds. As clicking on "leave comments" just takes them to the feed source. But, I do want it to show on all other posts.
This is the code that I am currently using for my feeds. Do I have to add something to this code to prevent it from showing or do I need to something elsewhere?
Quote:
<?php if (is_syndicated()) : ?> <a href="<?php the_syndication_permalink(); ?>" title="<?php the_title(); ?>">Read the Full Story Here</a><br/> <?php the_syndication_source(); ?></a></p> <?php endif; ?> |