I have a menu with anchor ids. Each item is to scroll to that section of the page. The ‘current’ item is styling all of the anchors instead of just the one anchor.
Anchor ID menu styling
Resolved
We use cookies to allow login, checkout, and analyze site traffic. By continuing to use this website, you consent to the use of cookies in accordance with our cookie policy.
OnPoint Plugins
You may accomplish this by adding the following filter to your active theme’s functions.php file:
Afterward, the widget setting will be ignored and be automatically set depending if you are on a child page or not.
Holly Butler
Getting this error when adding after other function in file.
syntax error, unexpected ‘<‘, expecting end of file
OnPoint Plugins
This is mostly likely caused if there is an extra
<?php
tag being added because it’s after a previous one.Please try adding it without the
<?php
line.