add woocommerce archive description if exist
You’re not opening and closing the if statement correctly, so the div is always being output. While you can use if statements without the opening and closing parts like this if there’s only one line of code, that doesn’t work if the PHP tags are closed for HTML. So you need to have this: <?php … Read more