我需要基于 php 的 if 循环,我可以在 Joomla 1.5 HTML 中插入 php 代码来查找作者,当我得到该变量时,我可以制作 IF 语句
例如
if ($author="a") {
echo "This is author a";
}
elseif ($author="b"){
echo "this is author b";
}
elseif ($author="c"){
echo "this is author c";
}
我不知道如何从文章中获取 $author 变量(名称)