我有很多Pages 可以(需要)分为许多不同的类别。**更重要的是,我需要通过functions.php.
比如说,我会:
第A页(分类为:Fruits)第B页(分类为:Vehicles)第C页(分类为:Vehicles)第D页(分类为:Fruits)第E页(分类为:Technology)然后从functions.php, 会有一些逻辑,比如:
如果页面位于Fruits 类别,然后echo "This is related to Fruits.";.如果页面位于Vehicles 类别,然后echo "This is related to Vehicles.";.如果页面位于Technology 类别,然后echo "This is related to Technologies.";.我不知道这是关于分类法、标签或自定义字段之类的。但是:
- What is the ideal way to do it please? (Especially to be able to control from backend coding.)请再说一遍let me repeat, "Pages". (不涉及帖子或任何其他内容)