Stephanie Booth wrote:
> 2. Is feed or not?
>
> if(is_feed()) {
> add_action('the_content', 'sp_embed_feed_similar_posts');
> }else{
> add_action('the_content', 'sp_embed_similar_posts');
> }
>
> Unfortunately, this doesn't seem to work. In the feed, the similar
>
"$wp_query->is_feed" does the job.
Latz