For a feed that includes the author name in the title of a post, followed by a colon, is it possible to remove the author name (i.e the text before the colon) and the colon?

For example

John Smith: A day at the Beach

would become

A day at the Beach

If it helps, the feed also includes the author as a separate field (for a modified replacement pattern?)

Any suggestions appreciated.

Comments

twistor’s picture

If you use the regex find replace plugin.

Find: .*:(.*)
Replace: $1

avolve’s picture

thanks. I will give that a try

twistor’s picture

Issue summary: View changes
Status: Active » Closed (fixed)