@Leuquim提供的答案的代码细化
$input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank");
$rand_keys = array_rand($input, 2);
echo $input[$rand_keys[0]] . "\\n";
echo $input[$rand_keys[1]] . "\\n";
//使用检查当前帖子类型
get_post_type( $post )//检查当前职位类型并相应地分配类别
if($input[$rand_keys[1]] == "Neo")
{
$class_assigned = "audio_post"
}
else if($input[$rand_keys[1]] == "Cypher")
{
$class_assigned = "video_post"
}
//依此类推
因此,您可以添加CSS规则来添加特定于帖子类型的图标。