Trying to force blog posts to work as products or portfolios? Custom Post Types create dedicated content structures. // functions.php – Create Property Custom Post Type function register_property_post_type() { $labels = array( ‘name’ => ‘Properties’, ‘singular_name’ => ‘Property’, ‘menu_name’ => ‘Properties’, ‘add_new’ => ‘Add New Property’, ‘add_new_item’ => ‘Add New Property’, ‘edit_item’ => ‘Edit Property’, […]
