• Hello everyone!

    Designing a site through wordpress is completely new to me. I don’t know a lick of code and I’m a raving do it yourself kind of gal! I installed wordpress locally using wamp in attempt to develop my site before making it live through a host provider. It will be an online store and woocommerce is my buddy for this.

    The way I want to setup the shop page is with images representing each category. When you click on an image it takes you to that categories page with all of the related products.

    What I’m having trouble with is linking an image to its related category to bring up the page with all of the products for sale. If there is a way to do this without coding, please explain how!

    This journey is pretty complicated and harder than I exlected, of course… Makes me want to build a site using something completely dummy proof like wix, but I’m not willing to give up yet!

    Thank you in advance!!

    P.s. don’t ask which theme in using, cause I keep switching! Don’t know which to settle on. Wish they were more customisable like the wix type builders! Any suggestions are welcomed 🙂

Viewing 1 replies (of 1 total)
  • Hello,

    It’s pretty simple, just add this snippet to the page in text view:

    <a href="/category-name"><img src="/category-image.jpg"></a>

    Remember to change ‘/category-name’ to the URL of your category and ‘/category-image.jpg’ to the location of your image.

    ~ Steven

Viewing 1 replies (of 1 total)
  • The topic ‘Linking products catagory to an image’ is closed to new replies.