As you can see here when I click on any of the categories none of the products show. I definitely have added many products under each of these categories. Where should I even being to look for this problem?
Thanks!
As you can see here when I click on any of the categories none of the products show. I definitely have added many products under each of these categories. Where should I even being to look for this problem?
Thanks!
That file is irrelevant to the problem.
Your view source shows that this comment is never terminating, causing the entire rest of the page to be treated as a comment until the Home link in the footer.Code:<div class="centerColumn" id="indexProductList"> <!-- ------------ products heading ------------------ --> <h1 id="productListHeading" >Toy Tartlettes</h1>
Thank you so much, gjh42! I took out that line of comment and it works perfectly now.