Friends,
I am listing product data from a table created in the wp framework. I created a page "products.php" template where ready like this:
produto 1
produto 2
produto 3
...
Each product of this will have a link that will point to another page with product item "products-item.php"
Is it possible to do this in WP with templates?
<a url="???">produto 1</a>
Will I have to point to another page template (products-item.php)?