将令牌替换存储在变量中的正确方法是什么?或者我什至应该打扰并直接打电话给他们?
像:
$author_uid = [node:author:uid];
$name = [node:title];
$picture = [node:field-image-upload:file];
$link = [node:url];
给我一个错误:
PHP Parse error: syntax error, unexpected ':'
难道我做错了什么?
同样关于这条线:
$picture = [node:field-image-upload:file];
我真正想要的是该图像文件的 url 链接。我怎样才能用令牌做到这一点?