Greetings everyone.
I create a custom post type for team members through functions.php I add a custom field using the default custom fields of wordpress and then I use Elements to make a layout for the custom posts’ single post layout so I can display the custom field info under post Title. Till here everything works like a charm.
I create into another page a section where I add a query loop in order to display posts of that custom post type. The problem is that I can’t echo the custom field . I get only the post title and featured image.
So I’d like to ask if there is any kind of method that I could display that piece of information as well. Notice though that I don’t use ACF. If generatepress can’t dive so deep, is it possible to create any kind of shortcode containing the information of that custom field I need and use it as a shortcode inside my loop ?