Nickvdp
Forum Replies Created
-
Everything’s working now. I must admit that I don’t recall what I have changed to make it work though.
Anyhow, many thanks for your support. I appreciate that!
@srijth.v
The problem remains after turning off the Hubspot plugin.
Also, I have installed the Addthis follow me plugin which also doesn’t work.
Any idea’s/suggestions?
Forum: Hacks
In reply to: issues with custom post type with custom taxonomy hierarchyThanks for your help. Wanted to let you know that I am now working with the Types plugin which seems to do just what I want it to do 🙂
Forum: Hacks
In reply to: issues with custom post type with custom taxonomy hierarchyWP is showing page.php, which seems odd to me. I would expect the behavior you are describing. When looking at the template hierarchy, it appears that WP is treating domain.com/tools/books/ as a singular page and not as an archive of any kind.
In essence:
/tools/ shows archive-dm_tool.php
/tools/books/ shows page.php
/tools/books/test shows single-dm_tool.phpI would expect /tools/books/ to use taxonomy-tool_type-books.php (or at least taxonomy.php).
I fail to understand this behavior or whatever is causing this.