template/wordpress/functions.php in edge_framework-2.1.0 vs template/wordpress/functions.php in edge_framework-2.1.1
- old
+ new
@@ -7,11 +7,11 @@
// THEME SUPPORT
add_theme_support("post-thumbnails");
add_theme_support("menus");
// CUSTOM POST TYPE
-// FORMAT : type-name, <icon>, <taxonomy-name>
-// EXAMPLE : add_post_type("Product", "cart", "Brand");
+// FORMAT : add_post_type(name, <args>)
+// check edge.thesyne.com/wordpress for detail
// THUMBNAIL SIZE
// FORMAT : add_image_size("thumbnail", <width>, <height>, <crop or not>);
// EXAMPLE : add_image_size("thumbnail", 200, 150, true);
\ No newline at end of file