*Note: category description only showing in screenshot, I’ve removed it from my live site so visitors wont see it. Therefore Ill try to explain my problem by the screenshot.
For my store (http://tinyurl.com/k2gota7) I have managed to display the Category Descriptions of my product categories (for SEO reasons) by adding <?php echo $category->description;?>
to the category.php file, located in neighborhood/woocommerce. I’ve surrounded this code with a <div> and placed in under the page’s pagination (at the bottom). However, as you can see from the screenshot, the description shows up on the top of my page.
How can I make the description appear below the page’s pagination ( 1/ 2/ volgende )?