Title: Permalink post page content.php
Last modified: August 30, 2016

---

# Permalink post page content.php

 *  [jschwenk](https://wordpress.org/support/users/jschwenk/)
 * (@jschwenk)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/permalink-post-page-contentphp/)
 * Hi,
 * I use the setting of permalink. So imported posts show the internal link to the
   content.php file – that works.
 * Now I would like to use a link to the original source using athe following code:
 *     ```
       if (is_syndicated()) :
       				the_title( '<h1 class="entry-title">', '</h1>' );
       				else:
       				the_title( '<h1 class="entry-title"><a href="' . esc_url( the_syndication_permalink() ) . '" rel="bookmark">', '</a></h1>' );
       			endif;
       ```
   
 * and
 *     ```
       if (is_syndicated()) :
       			the_content( sprintf(
       				__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
       				the_title( '<span class="screen-reader-text">', '</span>', false )
       			) );
       			else:
       			the_content( sprintf(
       				__( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
       				the_title( '<span class="screen-reader-text">', '</span>', false )
       			) );
       			endif;
       ```
   
 * Any idea how the correct code should look like to get it working?
 * Many Thanks,
    Juergen
 * [https://wordpress.org/plugins/feedwordpress/](https://wordpress.org/plugins/feedwordpress/)

The topic ‘Permalink post page content.php’ 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: [jschwenk](https://wordpress.org/support/users/jschwenk/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/permalink-post-page-contentphp/)
 * Status: not resolved