PHP Warning: Module ‘modulename’ already loaded in Unknown on line 0 fileinfo [Solved] If your PHP program throws this warning “Module <some_module_name> already loaded”, then here’s how you can fix that. Normally this...
How to make WordPress Posts to Stick on top of Other Posts? – Sticky Posts! I was working on a new project – a site based on WordPress, where I had to display four boxes with each...
Fix WordPress Error : Call to undefined function wp_get_password_hint() I updated my WordPress recently and left with few PHP Fatal errors. In one of my previous post, I had...
Hostinger.in promises to be the perfect host for you & your website Given the almost routinely daily news of how millions of dollars are being pumped into the Indian e-commerce market by bigwigs,...
Most popular security plugins to secure your WordPress powered website WordPress is a web software used to create a beautiful website or blog. WordPress being SEO friendly is more popular among...
How to add Keyboard Navigation to your WordPress powered website Keyboard navigation make visitors experience at websites more easy and faster. I saw few websites with Keyboard navigation and found...
PHP- Session Vs Cookies What is session? In simple words “session is the temporary storage for saving the user data’s ” on the web...