Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter pokes

    (@pokes)

    Oww that’s quite a limitation, no taxonomy-{taxonomy}.php if you want to QMT ??

    Are you suggesting I can make multiple-taxonomy.php be higher in the template hierarchy than taxonomy-{taxonomy}.php somehow?

    Thread Starter pokes

    (@pokes)

    Posted at the same time… cool how could I do that?

    Plugin Author scribu

    (@scribu)

    So, in each taxonomy-{taxonomy}.php template you would have a single line:

    require_once( dirname(__FILE__) . '/multiple-taxonomy.php' );

    In order to make multiple-taxonomy.php the first item in the template hierarchy, I would need to make some modifications to the plugin, as described here.

    Thread Starter pokes

    (@pokes)

    Excellent, thanks Scribu, with your great assistance I’ve finally found an acceptable workaround solution to this problem after 3 months!

    I check for multiple query args at the top of my taxonomy-{taxonomy}.php and then locate_template( ‘multi-taxonomy.php’, true );

    I look forward to something more permanent if you are able to provide it!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Taxonomy Drill-Down] Does 1.4 mean I can't do ?genre=jazz&artist=Chet Baker any mo’ is closed to new replies.