Displaying a Custom Field in a Page
-
Hi
I have this but it is not working as I assume because it is not in the loop? Help?
<?php /* Template Name: Whatever */ ?> <html> <head> <title>Demo Template</title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>"> </head> <body> <div id="wrapper"> <div id="photo"> <img src="HannahDeCanchoGREEN.jpg" alt="Klematis" width="300" height="446" /> </div> <div id="textblock"> <p> <?php the_meta(); ?> </p> </div> </div>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Displaying a Custom Field in a Page’ is closed to new replies.