So if I have different tabs on my website and I want to link someone to a certain article, will it just take them to the homepage because there are no different links ?
You’ll have to have specific links to get to specific articles. if each tab contains where you want to go, most of the time these tabs have anchor tags already, usually something starting with a ‘#’ that is used by javascript to determine which tab to display by default. You can probably hook into that.