• Resolved missxlian

    (@missxlian)


    I’m building a website with a “board-members” custom post type. This custom post type has fields: first name, last name, profile picture, and profile.

    After adding all the board members, I found that the Customizr theme creates a page consisting of all the board members. Where is the php page that generates this template so that I can edit the style and ordering of the posts?
    Or, how can I create a php page for my board-members custom post type that will override this already made page?

    Any help would be appreciated, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • rdellconsulting

    (@rdellconsulting)

    Czr has been built using Object-oriented code so the traditional php pages don’t drive the Theme. The code is generated using the php files found in customizr/inc & especially customizr/parts.

    Assuming you know php, you’ll soon find your way around.

    Note the Hooks that are found throughout. Look at the way the php snippets are written and writing filters/actions is the best way to go.

    If not so proficient, you could associate a Tag or Category and use the Category/Tag options in the Appearance>Menu and a Blank Page (eg Board Members).

    Thread Starter missxlian

    (@missxlian)

    Thanks. Since I’m used to the traditional php pages, I’ll invest more time in figuring out this object-oriented structure

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Post Type Archive Page?’ is closed to new replies.