I have this tag in PHP file, and I need to remove it when user is in Main Page (mainpage.com example).
I don't need to hide it with CSS or JS, just remove from DOM.
I have searched the web, but can't find nothing (maybe it's my mistake) (also I'm a frontend Angularjs developer)
So how can I do it with PHP?
<td class="category" width="20">
<a>
...
</a>
</td>