0 Sermon URL 7 Aaron Hackett posted 7 Years Ago is there a way to use a slug to change the link of a sermon? For example this sermon link is: http://www.thehousechurch.tv/page/481?Item=1101But I'd like it to readhttp://www.thehousechurch.tv/listen/the-master-builderAny help would be appreciatedAaron
Aaron Hackett 7 years ago hmm weird... it worked on my test site, but not on my public site.Obviously, this works, Now I just got to figure out what's up with my website... that it won't recognize the slug.Thank you so much for the help
Jim Michael 7 years ago Is your public site on 6.8 and test site on an older version? I've heard one person say they can't get slugs working on 6.8 and I'm wondering if that could be your issue, too.
Aaron Hackett 7 years ago Yes... my test site is 6.1 actually.Well, hopefully this gets resolved in the next update. The item id looks so ugly when sharing via social media.
Trey Hendon III 6 years ago Hey Jon, you'll need to add a page route to "catch" the slug. In my example above s/{Slug}is a "pretty" way of catching ?Slug=HelloWorld so i can do/s/HelloWorld. For you, you'd want it to be s/{SeriesSlug}. Hope that helps!