• Hi guys,

    Im making a website selling clothes, which i have so many clothing brands.

    The problem is, I dont know how to make a page listing all the brands I have that is clickable, and link to the products of each brand.

    Can anyone please guide me to the solution or plugin maybe???

    This would make my Christmas gift, and thank you in advance.

Viewing 1 replies (of 1 total)
  • If you want to make a simple text list, then you can use an unordered list or bullet points by selecting it in the text editor on the page of your choice, then typing in your brand names on a different line each. Then you can highlight them and add links.

    Or, you can use this code:

    <h2><ul>
    <li><a href="http://LINK1">TEXT1</a></li></br>
    <li><a href="http://LINK2">TEXT2</a></li></br>
    <li><a href="http://LINK3">TEXT3</a></li></br>
    <li><a href="http://LINK4">TEXT4</a></li></br>
    <li><a href="http://LINK5">TEXT5</a></li></br>
    </ul></h2>

    Just copy and paste that into your html editor on the page you want and change the links.

    Hope this helps!

    James

Viewing 1 replies (of 1 total)
  • The topic ‘Create a page with list of Shop names’ is closed to new replies.