motionltd 12 Report post Posted December 14, 2011 Hi Guys. Am I missing something here. I have added custom fields to a post, but it doesn't show on the post in the front end of the website. Is there a setting? Some code? Basically, how do you get custom fields to display on your posts? Cheers Ben Ben motionltd.com Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 14, 2011 Custom fields are just going to add some data to your post. It is up to you to output that data in the format you want by editing your php files or using a hook. There are many wordpress functions for dealing with custom fields but i believe the most basic, which simple prints them all to the screen is [code] the_meta(); [/code] Share this post Link to post Share on other sites
motionltd 12 Report post Posted December 19, 2011 Hi Kastelic, thanks for that. Looks like its a bit more complicated than I first though. I will read up more! Ben motionltd.com Share this post Link to post Share on other sites