I see that WordPress implment summary pages for tags, like:
http://www.yoursite.tld/tag/tag_name
Is it possible to use tags but disable that summary pages? (not simply hiding by removing links to them)
I see that WordPress implment summary pages for tags, like:
http://www.yoursite.tld/tag/tag_name
Is it possible to use tags but disable that summary pages? (not simply hiding by removing links to them)
these pages are created dynamically when you click the link - there is no way stopping wordpress to do this.
simply do not show any link to the tag pages anywhere.
look for solutions in this forum how to show the list of tags without the links.
look for solutions in this forum how to show the list of tags without the links.
http://wordpress.org/support/topic/get-current-post-tags-without-link-to-tag-page?replies=2
Another solution: - just for your situation. Create tag.php. Copy the contents of 404.php to tag.php, then any link for the tag page will show wordpress page not found page.
Thanks!
This topic has been closed to new replies.