Title: Function &#038; Template
Last modified: August 18, 2016

---

# Function & Template

 *  [Fad](https://wordpress.org/support/users/fad/)
 * (@fad)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/function-038-template/)
 * Hi to all! 🙂
 * First off I would just like to say what a fab bit of kit WP is!! Thanks to all
   for contributing!
 * Now, I have a question that I have been trying to solve all afternoon here, I
   have spent several hours trawling through posts to find a solution to my problem–
   but to know avail, so here goes.
 * I’m using the FeedWordPress plug-in on one of my sites, and it works great! But,
   I’m trying to use one of the functions listed at [http://projects.radgeek.com/feedwordpress/api#template-api](http://projects.radgeek.com/feedwordpress/api#template-api)
   to call the URI of the story pulled onto my blog.
 * The code I am using is this, on my main page index template:
    <?php get_syndication_permalink()?
   >
 * Basically nothing happens at all – I’m sure I’m missing something and if anyone
   could point me in the right direction I would be very grateful!
 * Cheers 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [elfminster](https://wordpress.org/support/users/elfminster/)
 * (@elfminster)
 * [20 years ago](https://wordpress.org/support/topic/function-038-template/#post-383606)
 * Hi, you also have to add:
 * **`<?php the_syndication_permalink(); ?>`**
 * Why?
 * `<?php get_syndication_permalink(); ?>` **retrieves** the value and `<?php the_syndication_permalink();?
   >` **outputs** that value.
 * For example:
 * `<?php get_syndication_permalink(); ?>`
    `<?php get_syndication_source(); ?>``
   <?php get_syndication_source_link(); ?>`
 * `Read the <a href="<?php the_syndication_permalink(); ?>">Full Article</a> at
   <a href="<?php the_syndication_source_link(); ?>"><?php the_syndication_source();?
   ></a>`
 * That’s how I do it anyway, works like a charm!
 *  [jblow](https://wordpress.org/support/users/jblow/)
 * (@jblow)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/function-038-template/#post-383640)
 * this works well, but for some reason these links are not picked up in the RSS
   feeds. why is this?
 *  [jblow](https://wordpress.org/support/users/jblow/)
 * (@jblow)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/function-038-template/#post-383644)
 * bump (sorry).
 * i’m really curious about this though. is there a way to call in the link this
   way and have it appear in the RSS? possibly for podcasting?
 *  [smartcard](https://wordpress.org/support/users/smartcard/)
 * (@smartcard)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/function-038-template/#post-383662)
 * Anybody success in this mod?
 *  [smartcard](https://wordpress.org/support/users/smartcard/)
 * (@smartcard)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/function-038-template/#post-383663)
 * okay, I fixed the problem by adding the following codes to my single.php of the
   Presentation -> Theme Editor
 * The code is :
    Read the “>Full Article

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Function & Template’ is closed to new replies.

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [smartcard](https://wordpress.org/support/users/smartcard/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/function-038-template/#post-383663)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
