Taxonomy Term Visit URL link? #5993
stephenmeehanuk
started this conversation in
General
Replies: 1 comment
-
No, I don't think you can change it. What I usually do is create a redirect for its URL to my actual URL for the taxonomy term, basically like this: // routes/web.php
Route::get('festival/{slug}', function ($slug) {
return redirect()->to('whats-on/festival/' . $slug);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a taxonomy term, is it possible to customise the
Visit URL
button url?By default it links to
taxonomy-name/term-name
but I don't have any templates at that location. I'm only using this taxonomy with a collection calledproducts
. The URL to the taxonomy term is/products/taxonomy-name/term-name
Beta Was this translation helpful? Give feedback.
All reactions