Title: [Plugin: FeedWordPress] Sing Post Page
Last modified: August 20, 2016

---

# [Plugin: FeedWordPress] Sing Post Page

 *  [zachwaldman](https://wordpress.org/support/users/zachwaldman/)
 * (@zachwaldman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-sing-post-page/)
 * When somebody clicks on the post with the syndicated content, instead of them
   going directly to that site, I want them to first go to the single.php page.
 * I had this working before, but my new theme doesn’t have the same code.
 * Here’s what I used to do:
 * I would replace the following line of code:
 * <?php get_header();?>
 * with this code:
 * <?php get_header();$post_guid = get_post(the_ID());
    $guid = $post_guid->guid;
   if($guid==””) { $guid = get_permalink(); }?>
 * Next, I would replace the following line of code (if you do not find get_permalink,
   look for the_permalink):
 * get_permalink() ?>” rel=”bookmark”
 * with this code:
 * print $guid; ?>” rel=”nofollow”
 * However, my new theme doesn’t have anything that says permalink.
 * I don’t know php, I was just following directions I had. Any ideas for me? Thank
   you!
 * [http://wordpress.org/extend/plugins/feedwordpress/](http://wordpress.org/extend/plugins/feedwordpress/)

The topic ‘[Plugin: FeedWordPress] Sing Post Page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/feedwordpress_a6a79a.svg)
 * [FeedWordPress](https://wordpress.org/plugins/feedwordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/feedwordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/feedwordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedwordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedwordpress/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [zachwaldman](https://wordpress.org/support/users/zachwaldman/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-sing-post-page/)
 * Status: not resolved