If you are trying to get custom fields values on frontend using code, Then here is the function to get value of any post type’s custom field.
echo get_field_value( ‘Your Field Name here…’ );
It will give you the value of any field only on single (post, page) template.
But if you are using elementor for creating single page, No matter if you don’t have elementor PRO you can still create single post template with CubeWP
If you are trying to get custom fields values on frontend using code, Then here is the function to get value of any post type’s custom field.
echo get_field_value( ‘Your Field Name here…’ );
It will give you the value of any field only on single (post, page) template.
But if you are using elementor for creating single page, No matter if you don’t have elementor PRO you can still create single post template with CubeWP
Please follow this article to get to know how you can easily create single post page without even elementor PRO
https://support.cubewp.com/docs/cubewp-framework/single-page-template/how-to-create-a-single-page-with-elementor-using-dynamic-tags/
We are trying to give our users a better UI & UX without code,