chymera00
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Found out that my taxonomy.php is being bypassed and it goes directly to archive.php for the template.
Found a problem with development version (1.3-alpha4). I’m using the multiple taxonomy queries in my taxonomy.php
The taxonomy templates display fine during the past versions but it’s all messed up now.Just for more info my taxonomy.php is built around
<?php $term = get_term_by( ‘slug’, get_query_var( ‘term’ ), get_query_var( ‘taxonomy’ ) ); ?>
then using $term->slug and $term->name for the queries
thanks for the reply scribu. Much appreciated!
Forum: Fixing WordPress
In reply to: Custom Taxonomy ChildrenI’m also having the same problem
I too am having the same problem. Hope someone could help
Forum: Plugins
In reply to: Feedwordpress: Disable automatic inclusion to Categorybump
Viewing 6 replies - 1 through 6 (of 6 total)