본문 바로가기
wordpress

워드프레스 콘텐츠

by uni:D 2016. 9. 24.

https://codex.wordpress.org/Function_Reference/

레퍼런스


1.

워드프레스플러그인

advanced custom fields

http://gravity.or.kr/220684663966


사용방법

http://www.thewordcracker.com/intermediate/how-to-add-movie-review-post-type-to-wordpress/



Custom Post Type UI





위치 

1.

C:\Bitnami\wampstack-5.6.24-0\apache2\htdocs\

wp_test1\wp-content\themes\twentyfifteen-child\content.php


=> content-movies.php

2.

wp_test1\wp-content\themes\twentyfifteen-child\single.php

를 복사해서 

=> single-movies.php


movies 폴더를 만들어서

그안에  

content-movies.php

single-movies.php 를 넣습니다 






single-movies.php

아래에 저부분을 


get_template_part( 'movies/content', 'movies');






=====================

content-movies.php