I want to design a template page as a seperate file that contains only blogs certain blogs. I can do this using “The Loop” tag. I don’t want a header, sidebar, footer, etc. Just the blogs and even call it “justtheblogs.php”
I know how to design the page and I know how to stick it into the templates directory. But how can I call up just that page from a URL?
For instance, suppose I want to test out running just that template, how could I make a file to display it and put it onto my site at “www.mysite.com/test.php”?