Hello,
I set the List & Search / Item, Category Title field's Link to View and the Construction / Custom Variables is: readonly=categoories
So the URL looks like this:
/index.php?option=com_content&view=category&id=62&Itemid=417&readonly=categories
I now want to create a link on that page and have the URL look like this:
/index.php?option=com_content&view=category&id=62&Itemid=417
I have tried this:
< a href = "?">Click to Add a Jot < /a >
But it redirects to: /index.php?
How do I create a link to the URL without the Custom Variable at the end?
Regards,
Jeff