Template For Custom Post Type - ACF & Global Content Blocks

I am using ACF and Pro global content blocks to dynamically populate the information on a custom post type page.

I would like to use a page layout (or something similar) that will result looking like what it looks like in the example link below.

I know I will need to modify or create a wp-single-video-portfolio.php file - but I’m unsure of a few things:

  1. what child folder directory should it reside in?
  2. what should be the “base” - what existing .php file should I copy as a starting point?
  3. what code in the php file commands it to be formatted similar to layout 4 (no container - header - footer)?

What I want the post page to look like … http://pickertplay.space/dev/digitalcaviar/test-portfolio-page/
What the post page looks like … http://pickertplay.space/dev/digitalcaviar/video_portfolio/we-the-kings-sad-song/

Hi There,

Thanks for writing in! We do not provide support for customizations as it would be outside the scope of the support, however we can point you to the right direction. Please follow our customization best practices guide here (https://theme.co/apex/forum/t/customizations-best-practices/205).

Basically to overwrite X theme template file, you need to copy that file into your child theme’s respective location.
For example this file _content-the-content.php (x/framework/views/global/_content-the-content.php).
You need to copy that file into your child theme’s respective directory to overwrite it.
x-child/framework/views/global/_content-the-content.php

The template that you’re referring to, can be located under:
x/framework/views/integrity/template-blank-4.php

Hope that helps.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.