WordPress
get_template_part ()
수색…
통사론
- get_template_part ($ slug, $ name);
- get_template_part ($ slug);
매개 변수
매개 변수 | 세부 |
---|---|
$ 슬러그 | (문자열) 일반 템플릿 슬러그 이름 |
$ name | (문자열) 특수화 된 템플릿 이름 |
하위 폴더에서 템플릿 부분로드
get_template_part( 'foo/bar', 'page');
'foo'디렉토리에서 'bar-page.php'가 필요합니다.
특정 파일 가져 오기
이 기능을 사용하여 특정 파일을 가져올 수 있습니다.
get_template_part('template-parts/layout');
테마 폴더의 루트에있는 template-parts 하위 디렉토리의 layout.php 파일을 포함하십시오.
Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow