Articles

Adding text to a tag using CSS

Add extra content before or after a
Read More

GIT Ignore file with specific extension

If you want to ignore a file with a specific extension that is not essential to your project simply add it to the .gitignore
Read More

Git Reset HEAD

Use with caution, once used these commands you will not be able to come back from the
Read More

Drop shadow

Text Shadow name-of-div { text-shadow: 2px 2px 2px #ff0000; } text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit; Box or object based shadow Outer shdow .shadow
Read More

Identifying template name in functions.php file

Main reason for using this function is to load .js scripts only on pages required via the functions.php
Read More