Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Havlik

    (@mtekk)

    If all three are CPTs then, yes you can do what you are asking, as long as the post_parent ID for the posts is setup correctly. I have written a plugin that allows you to set any page as the parent of any non-hierarchical post type, but it can be extended/modified to support other post types (see post parents). Then for the three post types in question, make sure that you set the “POST_TYPE_NAME Hierarchy” to “Parent” (where POST_TYPE_NAME is the name of the post type).

    Hi mtekk,

    I’ve added your navXT plugin and the post parent plugin listed above in an effort to get the navXt breadcrumbs to match the menu navigation structure of my site.

    When I set the CPT parent to a page, the CPT pages will 404. My page link structure has been changed from this:
    http://site.com/%cpt%/%custom_post%

    from this:
    http://site.com/%cpt%/%parent_page%/%custom_post%

    Anything obvious settings that might be causing the 404?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question: can this be done with Breadcrumbs NAVXT?’ is closed to new replies.