... | ... |
@@ -88,6 +88,10 @@ function add_my_story_fields($my_story_id, $my_story) { |
88 | 88 |
} |
89 | 89 |
} |
90 | 90 |
|
91 |
+/* |
|
92 |
+ * 주의) 아래의 템플릿이 인식되지 않거나, get_post_type() 이 빈칸으로 나올 경우 |
|
93 |
+ * 다른 테마로 활성화 한 다음. 다시 기존 테마로 활성화 하면 됨. |
|
94 |
+ */ |
|
91 | 95 |
function include_template_function($template_path) { |
92 | 96 |
if (get_post_type() == 'my_stories') { |
93 | 97 |
if (is_single()) { |