• created a table with a Table Maker (plugin) in my product reviews. So, i’m trying to jump from the product name in the table to the product name inside the post for all the products. So, i was able to achieve the first product jump from the table to the post with this code inside the table:

    <font color=”ff4500″>Asus RT-AC88U Dual-Band</font>
    (Editor’s Choice)

    But i was confused with other products jump. I don’t know how to go about the other products jump, i.e 2nd, 3rd,…….12th products.
    my site Url: https://bestreviewedgadgets.com/best-wireless-routers/

    Kindly explain how to go about it and how to detect what to put into consideration.
    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add to H2 header of every product attribute id with anchor of the link in the table like this:

    <a href="#router-1">Router 1</a>
    ...
    <h2 id="router-1">Router 1</h2>

    You have no connection between links and product descriptions on the page..

    Thread Starter cappy2073

    (@cappy2073)

    Thanks for your response.
    What you are trying to explain to me:
    Link in the table: Router 1
    Add H2 header of every product attribute id: <h2 id=”router-1″>Router 1</h2>

    Now, the issue is: how will i add the H2 to the wordpress editor? Is it through the ‘Text’?
    If it’s through the ‘Visual’, it would have been easier for me because i don’t know how to code.

    Thanks for your understanding.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jump page from table product to a product name’ is closed to new replies.