Title: Help with FeedWordPress
Last modified: August 19, 2016

---

# Help with FeedWordPress

 *  Resolved [yummz](https://wordpress.org/support/users/yummz/)
 * (@yummz)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/help-with-feedwordpress/)
 * Hello,
 * I need to write a code that allows be to show excerpts of syndicated articles
   but the full content of self-written posts. This is how far I got but it isn’t
   working.
 * <?php if (is_syndicated()) : ?>
    <?php the_content(); ?> <?php else : ?> <?php
   the_excerpt(); ?> <?php endif; ?>
 * Any ideas?

Viewing 1 replies (of 1 total)

 *  Thread Starter [yummz](https://wordpress.org/support/users/yummz/)
 * (@yummz)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/help-with-feedwordpress/#post-1348045)
 * I solved the problem. The code should’ve been:
 * <?php if (is_syndicated()) : ?>
    <?php the_excerpt(); ?> <?php else : ?> <?php
   the_content(); ?> <?php endif; ?>

Viewing 1 replies (of 1 total)

The topic ‘Help with FeedWordPress’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [yummz](https://wordpress.org/support/users/yummz/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/help-with-feedwordpress/#post-1348045)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
