Hi,

I'm trying to use this patter script to replace the title with author name but I get the content type name instead.

$token = '[author-name]';
if (empty($token)) {
return '[type]';
}
else {
return $token;
}

Any ideas?

Thanks, Jim

Comments

jwilde’s picture

Hey Guys,

This is not a bug. It works. My problem is that timeline is not picking up the title name.

jim

fago’s picture

Status: Active » Fixed

? so I suppose we can close that.

Anonymous’s picture

Status: Fixed » Closed (fixed)