소스 검색

removed "s" for custom_tag

eddiemachado 14 년 전
부모
커밋
f73d377c6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      single-custom_type.php

+ 1 - 1
single-custom_type.php

@@ -39,7 +39,7 @@ single-bookmarks.php
 						
 						
 						<footer>
 						<footer>
 			
 			
-							<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tags', '<span class="tags-title">Custom Tags:</span> ', ', ' ) ?></p>
+							<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">Custom Tags:</span> ', ', ' ) ?></p>
 							
 							
 						</footer> <!-- end article footer -->
 						</footer> <!-- end article footer -->