Title: flashaaron's Replies | WordPress.org

---

# flashaaron

  [  ](https://wordpress.org/support/users/flashaaron/)

 *   [Profile](https://wordpress.org/support/users/flashaaron/)
 *   [Topics Started](https://wordpress.org/support/users/flashaaron/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flashaaron/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flashaaron/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flashaaron/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flashaaron/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flashaaron/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link to parent Page?](https://wordpress.org/support/topic/link-to-parent-page/)
 *  [flashaaron](https://wordpress.org/support/users/flashaaron/)
 * (@flashaaron)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/link-to-parent-page/#post-751042)
 * A bit late, I know, but you could try adding something along the lines of:
 *     ```
       <?php if($post->post_parent) {
       	$parent_link = get_permalink($post->post_parent); ?>
       <a href="<?php echo $parent_link; ?>">Link to parent page</a>
       <?php } ?>
       ```
   
 * to your template file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Lost my template selector](https://wordpress.org/support/topic/lost-my-template-selector/)
 *  [flashaaron](https://wordpress.org/support/users/flashaaron/)
 * (@flashaaron)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/lost-my-template-selector/#post-828428)
 * Custom page templates weren’t showing in the template selector for me either 
   but they reappeared after selecting a completely different theme and then re-
   selecting my chosen theme.
 * thisisedie – The page template selector appears on a page write page in the advanced
   options (only if the theme includes custom page templates). wordpress.org users
   can create their own custom templates ( [http://www.binarymoon.co.uk/2007/06/wordpress-tips-and-tricks-custom-templates/](http://www.binarymoon.co.uk/2007/06/wordpress-tips-and-tricks-custom-templates/))
   and upload them to their theme directory.

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