Hi @shimsim,
I guess you could try hooking into wpp_the_title, remove the ... string from the title (using rtrim() for example) and then append your own ending string to the title.
ok thanks, i will try to read up on how to do that, was hoping it was something already built into the plugin :p
thanks for the fast reply, and keep up the great work
Well to be honest nobody has ever asked about this before so that’s why there’s no filter hook for it 😛
Not sure if my earlier comment will help though -I think that filter hook runs before the title gets truncated, not entirely sure as I haven’t checked the code to confirm- but do try it out and let me know how that goes.
I guess it’s not common, but in my case the titles are long and as you can customise the post content except more, seems logical to want to customise the title too.
I did have a quick try using rtrim, something like $title = rtrim($title,’.’); and a lot of other variations (because I’m new to coding), but it didn’t seem to have any effect, but probably my code is wrong haha
Anyway, again for the reply and appreciate you taking the time to check if its something easy to implement 🙂