I'm using the above tutorial to build custom portfolio pages. The custom portfolio pages are working... but I can't figure out how to display the Website URL I enter in my custom post meta field (website_url).
Shouldn't <?php echo $website_url; ?> work?
How do I call specific post meta? The normal call for all post_meta is <?php the_meta(); ?>, but what if I just want to call a specific piece of it (website_url in this example)?