hide/show a div in wordpress
Detecting index.php specifically may not be the best option because this template file is used in many cases in WordPress. Eventually, all pages will fall back to using index.php if no other template file is associated with this page. So instead of targeting index.php, get familiar with template hierarchy and try to use conditional tags, … Read more