slaaxy
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] wp_cache_set and w3 total cacheActually let me ask another question:
How do I create objects in the cache that is permanent until manually cleared and global(same for all visitors so that that there is one cache for everyone).
Same problem in WP 3.5
It is listing posts it shouldn’t.
Forum: Fixing WordPress
In reply to: wp_insert_post not workingIf anyone have any idea on how to debug this, that would be great too.
Forum: Fixing WordPress
In reply to: Custom post type & custom category taxonomy not workingThanks for the information, I have given up on it for now.
Forum: Fixing WordPress
In reply to: Custom post type & custom category taxonomy not workingYes, that one and lots of others, most of them seem to be using the same slug for both the post type and the taxonomy which for me results in a 404. I did at one point get it to work for the custom taxonomy but then the custom post type 404’ed
so I had example.com/post_type/categorey (working)
example.com/post_type (not working)
example.com/post_type/post (not working)Forum: Fixing WordPress
In reply to: Custom post type & custom category taxonomy not workingOkay so I have tested just about every thing in article out there that is supposed to fix this. And nothing works. Not really sure where I am wrong, would appreciate if someone could give me a few pointers.