Hello
I need help please
I try to move category description at the bottom after blog grid
I search in the support but it doesn’t work
Thanks for your help
Regards
Jessy
P.S : i try this
function av_move_wc_cat_description(){
?>
<script>
jQuery(window).load(function(){
jQuery(“.term-description”).insertAfter(jQuery(“.products”));
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_move_wc_cat_description’);`
Hey jessy_websites,
I’m sorry I don’t see the category description on your page, can you please include a screenshot to show what you would like to see?
Best regards,
Mike
Hello Mike
I have finnaly find how to do.
Thanks
Regards