• Hi, Long time WP user. New to PHP.

    1 – I want to modify the output of a post type by adding fields to the php template that generate the page.

    2 – I cannot figure out WHAT php template file generates the output using a child theme of Customify.

    3 – I am using Custom Post Type to create a post type of “Cars”

    4 – I am using ACF (Advanced Custom Fields) and facetWP to create a faceted search.

    5 – The faceted Search works great. When I make a choice I go to an individual product page and THERE I would like to output the results of my fields.

    BUT I don’t know where THERE is (as in which template page I add my field variables too).

    Any help is appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi @tgedge1,

    First of all, thanks for using our theme.

    1. I recommend you learn more here:
    https://developer.www.ads-software.com/themes/template-files-section/custom-post-type-template-files/

    2. You can copy/replace all files in Customify theme to the child theme, except the inc folder.
    If you want to replace a function from one of the file in inc folder, just need to copy that function to child theme’s functions.php file.

    3 + 4 + 5: We don’t support for the third-party plugins.

    And lastly, if you are not a WordPress expert, I would suggest you find or hide an expert or someone know about WordPress coding to help you make any changes.

    Regards.

    Thread Starter tgedge1

    (@tgedge1)

    Thanks for the reply.

    #’s 3,4, and 5 were more background info based to give you an understanding of what I’m trying to do.

    Really more concerned with 1,2,and 3 – which I will keep researching. Thanks!

    Theme Author PressMaximum

    (@pressmaximum)

    You’re welcome @tgedge1 ??

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify Customify Template’ is closed to new replies.