I have a theme that includes a file called "single.php". It's used to display a single post. The funny thing is that in my Theme Editor, it does not show up in the list of files on the right. Can't figure out why.
I went in and added the following, just in case it would help (saw it in my links.php file), but it didn't do anything:
<?php
/*
Template Name: single
*/
?>
Why is it not showing up?