I’d like to “fake” the taxonomy page to behave like a search.
Right now if you land on localhost/search-images/deadendtag/page/2/ you get a 404 not found.
I’d simply like to replace that with page that says “No results” as if a search. That way its not mistaken as a …mistake. 😀
Go to wp-content/theme open your current theme than open 404.php and change it from there
The only thing I can think of is to modify the 404 page to change states based on if this taxonomy. So it can return any content I designate and change the title as well through a filter.
If there is a way to go directly to the taxonomy-image-tags.php to obtain a “no results” statement though that would be ideal.