• Resolved amritanshu

    (@monk_amritanshu)


    I am trying to built archive templates for my theme , I am using plugin wp-job-manager which gives me following custom post type & taxonomies

    custom post type : job_listing
    1st custom taxonomy : job_listing_type
    2nd custom taxonomy : job_listing_category
    Name of templates i am using is

    taxonomy-job_listing_type.php
    taxonomy-job_category_type.php
    archive-job_listing.php
    But still when I try to view any taxnomy term , still none of the above template is being used instead I am redirected to archive.php

    As per wp-job-manager I have added this line to enable the theme support

    add_theme_support( ‘job-manager-templates’ );
    I have no idea why this is happening though I have used wp job manager a lot of times..

    Looking forward for some help

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor jonryan

    (@jonryan)

    Hi @monk_amritanshu I’m assuming you have seen this: https://wpjobmanager.com/document/enabling-full-template-support/

    I’m hoping someone with more theming experience can chime in here.

    Thread Starter amritanshu

    (@monk_amritanshu)

    Hey thanks for the speedy reply..

    Aplogies for not getting back earlier..

    Ya sure I saw the link https://wpjobmanager.com/document/enabling-full-template-support/

    Some how taxonomy.php is working for job_listing_type archives but not the following
    taxonomy-job_listing_type.php
    archive-job_listing.php

    I have already added

    add_theme_support( ‘job-manager-templates’ );

    Though my purpose is being solved for now but I need to know , what might be the issue ..

    I will be really grateful if you can help me out why taxonomy hierarchy is not working as it should be..

    thanks

    Plugin Contributor jonryan

    (@jonryan)

    @monk_amritanshu did you eventually get this sorted out? If you are having further issues please start a new post referencing this one as I’m going to mark this as resolved.

    Thread Starter amritanshu

    (@monk_amritanshu)

    @jonryan thanks for getting back..

    Actually I am not a pro but I am an average developer with a lot of experience in theme development. I love your plugin and have developed a lot of projects on it… But what I feel that the support is extremely limited compared to the overall support to wordpress.. I thought after the taking over of plugin by automatic support would be awesome but alas the results are not same

    The problem was eventutally resolved.. But I still don’t know how.. It was just fixed like that without me doing anything extra … after few days of my last post ..

    wordpress , woocommerce & wp-job manager are extremly important to every one especially to me , so I would request you please support it ..

    Yes you can mark it resolved rather I suggest delete this post because this is not helpful to anyone at all

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘template heirarchy is not working as it should be’ is closed to new replies.