[Support request] Displaying Custom Post Type In Two Columns

Home Forums Support [Support request] Displaying Custom Post Type In Two Columns

Home Forums Support Displaying Custom Post Type In Two Columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #916228
    Allison

    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.

    #916665
    Tom
    Lead Developer
    Lead Developer

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.