$module_cats,
'tag' => $module_tag,
'posts_per_page' => $module_fetch,
'paged' => $paged,
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
);
?>
'publish',
'ignore_sticky_posts' => 1,
'orderby' => 'post__in',
'post__in' => $module_ids,
'posts_per_page'=> -1,
);
?>
$module_fetch,
'paged' => $paged,
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
'post_type' => $module_custom_post,
);
?>
$catalog_tax,
'field' => 'slug',
'terms' => $catalog_tax_slug,
),
);?>
$catalog_tax_sec,
'field' => 'slug',
'terms' => $catalog_tax_slug_sec,
);
;?>
10,
'paged' => $paged,
'post_status' => 'publish',
'ignore_sticky_posts' => 1,
);
?>
have_posts()) :?>
class="tablesaw top_table_block full_width_rating with_sidebar_rating tablesorter" cellspacing="0">
|
'.esc_html($col_name).'';
$nameid++;
}
}
?>
data-tablesaw-priority="1"> |
have_posts()) : $wp_query->the_post(); $i ++?>
|
>
use_thumb = true;
if(!$image_height) $image_height = 120;
$showimg->height = $image_height;
if($image_width) {
$showimg->width = $image_width;
}
if($disable_crop) {
$showimg->crop = false;
}else{
$showimg->crop = true;
}
$showimg->show_resized_image();
?>
|
';
echo do_shortcode(wp_kses_post($row['column_html']));
$element = $row['column_type'];
if ($element == 'meta_value') {
include(rh_locate_template('inc/top/metacolumn.php'));
} else if ($element == 'taxonomy_value') {
include(rh_locate_template('inc/top/taxonomyrow.php'));
} else if ($element == 'woo_attribute') {
include(rh_locate_template('inc/top/wooattribute.php'));
} else if ($element == 'review_function') {
include(rh_locate_template('inc/top/reviewcolumn.php'));
} else if ($element == 'user_review_function') {
include(rh_locate_template('inc/top/userreviewcolumn.php'));
} else if ($element == 'woo_review') {
include(rh_locate_template('inc/top/wooreviewrow.php'));
} else if ($element == 'woo_btn') {
include(rh_locate_template('inc/top/woobtn.php'));
} else if ($element == 'woo_vendor') {
include(rh_locate_template('inc/top/woovendor.php'));
} else if ($element == 'static_user_review_function') {
include(rh_locate_template('inc/top/staticuserreviewcolumn.php'));
} else {
};
echo '';
$pbid++;
}
}
?>
|