Learning Solr
check github https://github.com/treygrainger/solr-in-action
check github https://github.com/treygrainger/solr-in-action
Remove all deleted files: git rm $(git ls-files –deleted) Add all files: git add .
Looking to create your own wordpress theme from scratch for a business that include security layers, memberships and all the cool things? You’re on the right post just bear with me as you’re going to follow my path and learn from my mistakes (lucky you 😉 ). This post is basically a summary of many … [Read more…]
Download the Linux distribution of your choice, my case is ubuntu server. Usually the file will be save in you Downloads folder, well leave it there so you can just copy and paste my code. Â To make it simpler I Â just selected it and pressed enter to rename it: “ubuntu.iso” this will be easier to … [Read more…]
[Coming soon]
If you used Yeoman, Grunt, and Bower before then you would be familiar with this process. If not, click on any of these names to find out a bit more before continuing to read this article. A bit about YeoPress before diving in: YeoPress is a wordpress generator by the genius Wesley Todd. Thanks to … [Read more…]
They are many ways to add the CSS and JS files to your custom wordpress theme and it might still work but you should make sure you are doing it properly to ensure that you don’t encounter some issues down the road [Coming soon]