: ** , CrunchBase WordPress Answers ( 18 ). , , , , , .
, , [. . ].
WordPress 3.0 company, , , , . , functions.php, :
register_post_type('company',
array(
'label' => __('Companies'),
'public' => true,
'show_ui' => true,
'query_var' => 'company',
'rewrite' => array('slug' => 'companies'),
'hierarchical' => true,
'supports' => array(
'title',
'page-attributes',
'excerpts',
'thumbnail',
'custom-fields',
'editor',
),
)
);
register_taxonomy('company-category', 'company', array(
'hierarchical' => true,
'label' => __('Categories'),
'query_var' => 'company-category',
'rewrite' => array('slug' => 'categories' ),
)
);
register_taxonomy('company-status', 'company', array(
'hierarchical' => true,
'label' => __('Status'),
'query_var' => 'company-status',
'rewrite' => array('slug' => 'status' ),
)
);
register_taxonomy('company-funding', 'company', array(
'hierarchical' => true,
'label' => __('Funding'),
'query_var' => 'company-funding',
'rewrite' => array('slug' => 'funding' ),
)
);
, :
CrunchBase, (, , - , ?):
(, CrunchBase), , , WordPress " Page" "" (, !), shortcode , Shortcode ( , , , .)
"" , CSS:
[list-pages post_type="company"]
single.php single-company.php .
, , Gravity Forms ( , 39 .)
...
, , . , WordPress!
, .
-Mike