thank you for pointing my mistake. appreciated.
now, working on the issue to set 3 or 4 in a rows using.
don’t seem to works…
function my_theme_wrapper_start() {
echo ‘<div class=”container” style=”width:100%” ><!–/.START-my_theme_wrapper–>’;
echo ‘<h3 style=”color:#800000;”><b>START my_theme_wrapper_start</b></h3>’;
}
function my_theme_wrapper_end() {
add_filter(‘loop_shop_columns’, 3, 1, 10);
echo ‘<h3 style=”color:#800000;” >END my_theme_wrapper_end</h3>’;
echo ‘</div><!–/.END-my_theme_wrapper–>’;
}