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
hi, I just created a theme where you can change at will to dark mode or light. It may still need a lot of repairs.
https://github.com/dirmanhana/htmly-water
The text was updated successfully, but these errors were encountered:
Hi, can you update it with the latest theme_path() variable. Example:
theme_path()
if (themeName == "theme-dark") { link.href = '<?php echo theme_path();?>css/dark.css'; } else { link.href = '<?php echo theme_path();?>css/light.css'; }
I will add it on htmly theme directory.
Sorry, something went wrong.
No branches or pull requests
hi, I just created a theme where you can change at will to dark mode or light. It may still need a lot of repairs.
https://github.com/dirmanhana/htmly-water
The text was updated successfully, but these errors were encountered: