if ($item_style) {
$output .= $item_style;
}
- if ($depth == 0 && has_post_thumbnail((int)$object->object_id) && $object->has_children) {
+ if ($depth == 0 && has_post_thumbnail((int)$object->object_id)) {
$thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id((int)$object->object_id), 'bpla-drop-down');
$item_html .= '<script>var img_for_menu_' . $object->ID . ' = "' . $thumbnail[0] . '";</script>';
//$item_html .= '<pre>' . print_r($object, true) . '</pre>';
'modernizr',
get_template_directory_uri() . '/js/modernizr/modernizr.min.js'
);
-
+
if(is_front_page()) {
}