Jump to content
Sign in to follow this  
motionltd

Custom Fields Not Showing

Recommended Posts

motionltd

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×