Просмотр исходного кода

added link to custom meta boxes plugin

eddiemachado 13 лет назад
Родитель
Сommit
fa69987484
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      library/custom-post-type.php

+ 6 - 0
library/custom-post-type.php

@@ -106,6 +106,12 @@ function custom_post_example() {
     		'query_var' => true,
     		'query_var' => true,
     	)
     	)
     ); 
     ); 
+    
+    /*
+    	looking for custom meta boxes?
+    	check out this fantastic tool:
+    	https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress
+    */
 	
 	
 
 
 ?>
 ?>