Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

ko:템플릿 태그

탬플릿 태그들은 블로그의 Templates에 동적으로 정보를 보여주거나, 블로그를 커스터마이즈 하거나, 독특하거나 재미있는 블로그로 만드는 툴을 제공하여 블로그를 커스터마이즈 할수 있게 합니다. (Template tags are used within your blog's Templates to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are.) 아래는 워드프레스에서 사용가능한 일반 유저 태그 목록이 기능에 따라 나열되어 있습니다.탬플릿 태그와 일반적인 탬플릿에 대한 추가적인 정보는 하단을 참조하세요:

Note: If you have an interesting twist on the implementation of a template tag, you're encouraged to add to its documentation for the benefit of other WordPress users. However, first see Contributing to WordPress and Codex:Contributing for help and guidelines on editing Codex pages.

Files

Template tags files are stored in the wp-includes directory. The files have the suffix of "-template.php" to distinguish them from other WordPress files. There are 9 template tags files:

Tags

General tags

wp-includes/general-template.php

Author tags

wp-includes/author-template.php

Bookmark tags

wp-includes/bookmark-template.php and wp-includes/bookmark.php

Category tags

wp-includes/category-template.php

Comment tags

wp-includes/comment-template.php

Link tags

wp-includes/link-template.php

Post tags

wp-includes/post-template.php

Post Thumbnail tags

wp-includes/post-thumbnail-template.php

Navigation Menu tags

wp-includes/nav-menu-template.php

Resources

External Resources