I have setup custom fields that are dependent upon the category of my pages. I would like to build a custom template to display these custom fields using: <?php the_meta(); ?>. Which page template is the “default” option to use as a start? Then, where should I put : <?php the_meta(); ?> in the template if I want the custom fields to show immediately after the page title? Then, what should I call the new template file so that wordpress recognizes it as a new template?
I tried this a few times, and I can’t even get wordpress to recognize the new template file!