Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1003303

    I am looking forward to add a timeline page of all the orders completed by our company . For this i will create a custom post type “orders” . Now there will be 3 taxonomies in them .

    What i can do .
    Create a custom post type
    create posts under it

    Problem ,
    Need template for archive page to use for displaying timeline .
    Need to add 4 select boxes on the top to select 3 taxonomies and “years” . Each time user selects any of this select option page should load all posts in the current post type .

    Please advice how can i achieve this .

    #1003943

    Hey 7thflow,

    Thank you for using Enfold.

    Do you want to create a custom archive page or use the default archive index? If you’re looking for a custom archive page, you can always use the advance layout builder’s blog posts element to display the posts from any custom post type. If you want the default archive page or index, you have to create a custom template following the template hierarchy.

    // https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-post-types

    Regarding the filter, you have to manually add the select box or form inside the template depending on which template path you choose. Or you can try these plugins.

    // https://wordpress.org/plugins/post-and-taxonomy-filter/
    // https://wordpress.org/plugins/ajax-wp-query-search-filter/

    Best regards,
    Ismael

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