Site logo

[Support request] Divi “projects” to GP

Home Forums Support [Support request] Divi “projects” to GP

Home Forums Support Divi “projects” to GP

  • This topic has 3 replies, 2 voices, and was last updated 3 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2565708
    Matt

    Hi guys

    In the process of migrating to GP from Divi. There is a third option in Divi (alongside posts and pages) of “projects”. I have around 200 of these which simply disappear when activating GP. Is there a solution aside from recreating them all as posts?

    Matt

    #2565852
    David
    Staff
    Customer Support

    Hi there,

    i assume “Projects” are a custom post type.
    Is there an option in Divi for creating those ?
    As you would need to know what it is doing to create those, and then replicate the register post type options using code or another plugin.

    #2570773
    Matt

    Hi – yes in Divi it’s a separate type. For now I’ve put that part of my site onto a subdomain running Divi, which you can see here. Would be good to have them on the main domain for there are 200+ so if it needs manual recreation I can’t.

    #2570900
    David
    Staff
    Customer Support

    You would need to register a new custom post type in WordPress that has the same name which looks to be project.
    Theres the core functions to do that:

    https://developer.wordpress.org/plugins/post-types/registering-custom-post-types/

    Or plugins like Custom Post Type UI.

    I generally construct them by hand, there is this handy site for helping do that:

    https://generatewp.com/post-type/

    If you can register the post type, then we can point you in the right direction for setting up its templates.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.