kingfloyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: permalink for custom taxonomy templateHello Harish,
Thanks for the idea still doesn’t solve my problem.
here is the sample link on our site
http://waytoa.com/_wp/free_video/sample-free-video-1/
on the right side you will see The “categories | tag” through it you can navigate for the custom taxonomy list and it return 404.
btw here’s the password of the site if it required one
pass:godbless123
thanks
Forum: Fixing WordPress
In reply to: permalink for custom taxonomy templateHi Harish,
Thanks for the help appreciate it too much. But the problem still didn’t work for me.
register_taxonomy(“free_video_category”,”free_video”, array(“hierarchical” => true, “label” => “Free Video Category”, ‘show_ui’ => true, ‘query_var’ => true, “singular_label” => “free_video_category”, “rewrite” => true , ‘with_front’ => true));
I am using /%postname%/
therefore to retrieve the page using the above custom permalink
it will look like http://mysite.com/my_custom_taxonomy/post_slugtell me if I’m wrong by the way thanks.
Forum: Fixing WordPress
In reply to: permalink for custom taxonomy templateHi,
Thanks for visiting this page Guys. Here’s my code in constructing the taxonomy
register_taxonomy(“my_category”,”my_post_type”, array(“hierarchical” => true, “label” => “My Category”, ‘show_ui’ => true, ‘query_var’ => true, “singular_label” => “my_category”, “rewrite” => true));
also I added this code
flush_rewrite_rules();
on creating the custom post type
thanks in advance.
Forum: Fixing WordPress
In reply to: permalink for custom taxonomy templateyes other pages work 😐 only the custom taxonomy template wont work if I assign the custom permalink.