워드프레스 / Template_Tags
Created 2022-09-27
Last Modified 2023-06-24
Template Tags는 정보를 불러오는 함수 정도로 이해하면 된다. 예를 들어 bloginfo( 'name' )는 블로그 이름을 가져온다. 정보는 DB에 있는 내용일 수도 있고, 파일일 수도 있다.
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. Below is a list of the general user tags available in WordPress, sorted by function-specific category.
https://codex.wordpress.org/Template_Tags
Post
the_date()
작성일
the_modified_date()
수정일