'shapely_home_portfolio','description' => esc_html__( "Shapely Porfolio for Home Widget Section" ,'shapely') );
parent::__construct('shapely_home_portfolio', esc_html__('[Shapely] Porfolio for Home Widget Section','shapely'), $widget_ops);
}
function widget($args , $instance) {
extract($args);
$title = isset($instance['title']) ? $instance['title'] : '';
$body_content = isset($instance['body_content']) ? $instance['body_content'] : '';
if (post_type_exists( 'jetpack-portfolio' ) ) {
echo $before_widget;
/**
* Widget Content
*/
?>