In Wordpress, there is a setting to change the permalink structure to a custom structure.
The structure i want is %postname% (so its identical in structure to a variable, although I dont have a variable named that) which must be input into a field, but WA wont let me pass this text using keyboard strokes...neither will it let me pass the text \%postname%...nor can I break it down and pass it piece by piece.
Any ideas what Im doing wrong would be greatly appreciated.
Baz



correction, the syntax is \%postname%\ and I've tried \\%postname%\ and \%postname%\ with no success.