/*
Theme Name: Handlavet Child
Theme URI: https://handlavet.qodeinteractive.com
Description: A child theme of Handlavet Theme
Author: Edge Themes
Author URI: https://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: handlavet
Template: handlavet
*/



div.edgtf-ps-info-item.edgtf-ps-date,
div.edgtf-pli-category-holder,
.woocommerce-tabs,
.edgtf-ps-tags,
.edgtf-ps-categories
{
		display:none !important;
}

add_action( 'admin_init', 'posts_order_wp' );

function posts_order_wp() 
{
    add_post_type_support( 'post', 'page-attributes' );
	
}


add_action( 'after_setup_theme', 'wpdocs_theme_setup' );
function wpdocs_theme_setup() {
	// add_image_size( 'category-thumb', 300 ); // 300 pixels wide (and unlimited height)
	add_image_size( 'artwork-listing', 0, 300); // (cropped)
}


