Title: Link to source within post?
Last modified: August 22, 2016

---

# Link to source within post?

 *  Resolved [Beyond the Loop](https://wordpress.org/support/users/beyond-the-loop/)
 * (@beyond-the-loop)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-to-source-within-post/)
 * Hi, love the simplicity of this plugin, great work! One thing I’m missing though
   is the option to link to the source somewhere within the post.
    What I want to
   do is to add a paragraph at the end of each post with some text and a link to
   the source.
 * Would it be possible to get it with PHP through the footer option? I’d be happy
   to edit the code but I would need to know what function to edit?
 * [https://wordpress.org/plugins/cybersyn/](https://wordpress.org/plugins/cybersyn/)

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

 *  Plugin Contributor [cyberseo](https://wordpress.org/support/users/cyberseo/)
 * (@cyberseo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611063)
 * Sure, that can be easily done w/o PHP. Just put something like that into the “
   Post Footer” field:
 * `<p>Blah-blah-blah. <a href="####post_link####">More...</a></p>`
 * Leave the “**####post_link####**” part “AS IS”. It will be automatically replaced
   with the proper link to source.
 *  [TheDani](https://wordpress.org/support/users/thedani/)
 * (@thedani)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611156)
 * It doesn’t get translated to the source url for me.
    `Source: <a href="####post_link####"
   >Link</a>` gets translated to “[http://mysite.com/####post_link####&#8221](http://mysite.com/####post_link####&#8221);.
 * I do this in a template file, not from admin backend. Link to source = disabled.
   I use CyberSyn 4.0.2.
 *  [TheDani](https://wordpress.org/support/users/thedani/)
 * (@thedani)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611157)
 * Also I can’t use cyberseo_post_link custom/meta field to get the source URL either,
   because that is for some reasons only set for a few feeds, most feeds have this
   field just empty.
 *  [TheDani](https://wordpress.org/support/users/thedani/)
 * (@thedani)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611158)
 * Nevermind, the solution is to use get_the_guid().
 *  [Levy](https://wordpress.org/support/users/andrelevy/)
 * (@andrelevy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611161)
 * Use how, TheDani?
 *  [TheDani](https://wordpress.org/support/users/thedani/)
 * (@thedani)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611162)
 * [@andrelevy](https://wordpress.org/support/users/andrelevy/): just echo it within
   the loop.

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

The topic ‘Link to source within post?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cybersyn_3e8cb8.svg)
 * [CyberSEO Lite - RSS, News Feeds, Video Feeds, Autoblogging, SEO and More!](https://wordpress.org/plugins/cybersyn/)
 * [Support Threads](https://wordpress.org/support/plugin/cybersyn/)
 * [Active Topics](https://wordpress.org/support/plugin/cybersyn/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cybersyn/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cybersyn/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [TheDani](https://wordpress.org/support/users/thedani/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/link-to-source-within-post/#post-5611162)
 * Status: resolved