.gitignore for wordpress development
Without a correctly set .gitignore file during site development using wordpress, thousands of files are unnecessarily tracked. WordPress and wordpress
Read MoreEverything is open for discussion…
Without a correctly set .gitignore file during site development using wordpress, thousands of files are unnecessarily tracked. WordPress and wordpress
Read MoreGitKraken’s .gitignore wordpress template is a good basis to start with… [code lang=”powershell”] # ignore everything in the root except
Read MoreSimple steps to ensure the footer remains at the bottom of the page. These are: set body tag to min-height:100vh with padding-bottom to the height of the footer and set footer to position:absolute, bottom:0px
Read More