We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In functions.php, remember to pre-fix the handles to avoid naming collisions (from other plugins etc)
wild-spring-2018/themes/wav-theme/functions.php
Lines 100 to 113 in 2be4e24
So from above things like wav-starter-style are GOOD ✅ but carousel is BAD ❌ since it is TOO generic
wav-starter-style
carousel
Solution: Just add the prefix wav- to the handles
wav-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In functions.php, remember to pre-fix the handles to avoid naming collisions (from other plugins etc)
wild-spring-2018/themes/wav-theme/functions.php
Lines 100 to 113 in 2be4e24
So from above things like
wav-starter-style
are GOOD ✅but
carousel
is BAD ❌ since it is TOO genericSolution: Just add the prefix
wav-
to the handlesThe text was updated successfully, but these errors were encountered: