Settings for Blog Titles
gsaprick45
Hey, is it possible to change the meta titles of wordpress blogs etc. to for example the article title? The title right now is the very generic username. Oh and description would be cool too.
Comments
ok so adding
blogname=%article_title%
in STEP1 should do the job. Let me know if it worked.
because that will have also spaces in it which is not allowed i think.
Try this...
[url_part] type=extract input=%article_title% replace=" ;_" remove=!;";º;$;%;&;/;(;);=;?;`;¦;^;¦;:;,;.;:;-:_;';#;+;*;~;@;Ç;<;>;|;{;[;];};\;¦;¦ upcase=0 ;max length=10 ... blogname=%url_part%you might have to uncomment the "max length" to limit the size of it.