Archived topic
Displaying Custom Post Type In Two Columns
1 reply · Started by Allison on May 31, 2019
Hi,
I am wanting to make a single team member post page look like this I also need to be able to add a custom field where on the backend a client could input the job title and it displays below their name on the front end. I made my own custom post type using the Custom Post Type UI plugin and have Gutenberg turned on. I can't get my custom field to show. I tried turning it on via the Gutenberg options in the post but it keeps refreshing the page and not activating. Am I doing something wrong?
Any advice on how to achieve this would be great.
Hi there,
If you want to set a pre-designed template with custom fields, you'll likely need to create a Page Template: https://developer.wordpress.org/themes/template-files-section/page-template-files/
That way you can set up the columns directly in the template and use get_post_meta() to grab the custom field values.