Skip Navigation

[Resolved] Displaying views with new link construction

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 5 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1198191

I am trying to: when the search is performed, can i get the links to show as something readable, and the title of the page change, to show a more customised page

Link to a page where the issue can be seen: puppies.co.uk/puppies-for-sale

I expected to see:
I want a search to behave like hidden link

You search a new breed, the whole link construction changes to the name of that breed, then the title changes to the name of the breed.

I have no idea how to make this, so some suggestions would be good

#1198337

Hello,

I assume we are talking about this:
in URL:
puppies.co.uk/puppies-for-sale

user chooses options "Irish Wolfhound" in select menu "Breeds", then redirect him to another URL, for example:
puppies.co.uk/breeds/irish-wolfhound/

If it is, there isn't such a built-in feature within Toolset plugins, you might consider custom codes, I have searched it in google, and found some related posts, for example:
https://wordpress.stackexchange.com/questions/4878/redirect-to-post-list-by-taxonomy-on-user-selection-of-taxonomy-dropdown

For your reference.