pagameba
Forum Replies Created
-
Thanks Héctor. If I switch to use the template tag, is there a way to hack in support for custom taxonomies and terms? I’m not afraid of code although I’m not super familiary with wordpress internals. If there is, could you could point me in the right direction (I’m assuming it would be a filter? applied to a query object)
Hi Héctor, thanks for the quick reply. I’m using the widget version. The term is part of a custom taxonomy. I’ve configured the widget to display for my custom post type (st_kb) on the appropriate Custom Post Type Archives section and for the appropriate taxonony (st_kb_category).
Forum: Fixing WordPress
In reply to: Custom post type plus custom taxonomy permalink structureI’m having the same problem as you originally described, I don’t quite grok how to make it work using the register_post_type function – any chance you could post something to demonstrate what you did to solve the problem, nothing I’ve tried is working.
Forum: Requests and Feedback
In reply to: Get rid of that admin bar!I like the bar (but it doesn’t work for my site so I’m eliminating it) – I think it was probably a mistake to inject it into every theme for every logged in user by default without even an option to turn it off by default (there should have been an option for this I think). A less contentious approach might have been to have it off by default and a hierarchy of options to turn it on (wp default setting, per-user setting, theme tag to draw it, per-user-type setting, …)