Thanks in advance to your responses.
In WP 2.5 I'm trying to build something for a client where I want him to be able to edit most parts of the content via the manage > edit > pages and posts. Most pages will have a primary content column, then another column with tertiary information. I want him to be able to edit both parts of the content. I am also using custom permalinks with it set so that the page title becomes the URL %posttitle%(blahblah.com/my-page-title)
So I have created a file called detail_page_a.php and at the top is:
<?php
/*
Template Name: detail_page_a
*/
?>
and that works fine and shows up in the admin as a template choice. Now I want a specific post to show up in the left column. This is where the hang-up starts. For the life of me, poking around the WP docs I can't find the solution. I tried some plugin called get-a-post but that didnt work.
Any clues?