Adding random word to the end of homepage url
-
I have multi-steps question because I am not sure what generates the behavior.
First, little background: I am a volunteer for a Boy Scout troop without any real programming experience, so please do not make any assumption on the technical jargon.
What code/engine/part of the WordPress (core or theme or plugin) that is involved or responsible for resolving URL if it is not specifically generated by a page/post/event/category/slug.
Here is one example, when I append “mulch” on my url, it will go to an event with url of /event/mulch-delivery/
Fyi, my event plugin is ‘All-in-One Event Calendar by Time.ly’. My theme is
https://www.handsomeweb.com/scouts/
and my WP version is 5.0.3The resulting event is not necessarily first event that begins with the appended-word and not the last event as well. It seemingly random.
But if there is no event whose slug does not start with the appended-word then I will get a 404 page
Who controls this behavior? The search engine? If I use a search box, it will show a result page and not directly send me to a random event page.
Here is the result of putting “mulch” on the search box: /?s=mulch
Maybe after finding the answer to this question, I can figure out my ultimate goal.
- This topic was modified 6 years, 1 month ago by .
- This topic was modified 6 years, 1 month ago by . Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
The page I need help with: [log in to see the link]
- The topic ‘Adding random word to the end of homepage url’ is closed to new replies.