主题开发文档

💡 云策文档标注

概述

本文档介绍了 WordPress 中的 Template Tags 和 Conditional Tags,用于在模板文件中动态显示信息或根据页面条件定制内容。

关键要点

  • Template Tags 用于模板文件,以动态方式显示信息或自定义网站。
  • Conditional Tags 是布尔数据类型,用于模板文件,根据当前页面匹配的条件来改变内容的显示。

📄 原文内容

This section contains lists of Template Tags and Conditional Tags.

Template Tags are used in your Template Files to display information dynamically or otherwise customize your site.

Conditional Tags are a boolean data type that can be used in your Template Files to alter the display of content depending on the conditions that the current page matches.