Hide Categories in WordPress Admin Post Editor – Exclude or Remove
WordPress offers hooks to exclude or hide categories from the Post Editor in the admin area. You can remove the category meta box as well. Hiding categories with CSS is also possible. Here I will tell...
View Article5 Ways – Get Array Values by Matched or Excluded Keys Set
In this PHP tutorial, I’m providing 5 functions to get array values by keys. We have an associative array and an indexed array of few keys. Further, we want to get an array that has matched keys from...
View Article3 Ways – Multidimensional Array to Object Conversion
There are few ways to convert a multidimensional array to object. If you’re a PHP developer then you have noticed that array to object conversion as a common need. So we’re mentioning three methods to...
View Article3 Ways – Convert a PHP Object to an Array and Vice-Versa
Objects and arrays are essential parts of our day to day programming. PHP object to array and array to object conversions are quite common requirements. We are mentioning three ways that you can use to...
View ArticleOff-canvas Sidebar and Menu – WordPress and Bootstrap
Off-canvas sidebar and menu are quite popular. These collapsible sidebars offer a lot of convenient to put extra content on the page. You can implement an off-canvas sidebar in a Bootstrap powered...
View ArticleBootstrap Off-canvas Menu and Sidebar with or without Overlay
Previously we have created Bootstrap off-canvas menu and sidebar. Further, the code was quite handy for WordPress websites. However, Bootstrap offers better accessibility and support for screen readers...
View ArticlePeer Not Authenticated | Gradle Project Refresh Failed – Solutions
Gradle is one core component of Android Studio. Every project runs only after a successful Gradle build. However, there might be times when the Gradle fails to sync. Gradle: Project refresh failed....
View ArticleLive Server Transfer of a CI Project from Localhost – The Efficient Way
CodeIgniter offers an easy mechanism to maintain parameters for development and production environments. It simplifies the process of live server transfer of the CI project. In this article, we're...
View Article5 SEO Mistakes to Avoid when You Create a Post – Website & Traffic
Many of you are unaware of mistakes that are made while creating a post in WordPress or any other CMS. No matter how awesome your content is, a single mistake can ruin all your SEO efforts. In this...
View ArticleMy Blog isn’t Earning or Making Much Money – Mistakes I did
So your blog isn't making much money as you expected. Luckily, you're not that one alone. I'm also one and sharing you the 10 mistakes I did. Rectification of these reasons can lead the blog to make...
View ArticleHostinger Shared Hosting Reviews from a Real Experience (Plus Discount)
Hostinger is one among a few reputed web hosting companies worldwide. Does Hostinger shared hosting really worth it and should you host your website on their platform? Here, I would like to share my...
View ArticleLocal php.ini Settings aren’t Working or Loading in Apache
I had the trouble that local php.ini changes weren't taking effect. I had already created a custom php.ini file in the user's home directory. But these local php.ini settings were not working at...
View ArticleYour PHP Installation Appears to be Missing the MySQL Extension
We were facing the error "Your PHP installation appears to be missing the MySQL extension which is required by WordPress". We've fixed it by upgrading WordPress to match it with PHP 7.0 or higher. We...
View ArticleUsing CodeIgniter Transactions to Insert Records in Multiple Tables
There are times when you want to insert records in multiple tables. At the same time, you also want to ensure consistency. CodeIgniter simplifies MySQL transactions to perform Database operations on...
View Article2 Ways to Change PHP Version per Domain – .htaccess or MultiPHP
Almost all hosting control panel software offer multiple PHP versions to serve websites. You can change PHP version per domain using MultiPHP Manager offered by the control panel. However, if the...
View ArticleAdd a Link Back to Your Site Rather Content Copy Protection
Many authors try to protect visitors from copying their content by some code or plugin. But I would suggest adding a link back to your site rather protecting. Here, we're telling reasons as well as...
View Article10 Tips to Improve Your E-Commerce Website Design
The key to a successful website is its design and responsiveness, especially if it is an E-Commerce website. Unlike lifestyle blogs or infotainment sites, eCommerce sites are quite tricky to design....
View Article5 Best User Registration, Login, Profile and Membership Plugins
User Registration, login, profile, and membership plugins allow visitors to easily register and edit profiles on WordPress websites. Also, as the owner, you want scalable user registration as well as...
View Articlesite_url() and base_url() in CodeIgniter, Difference and when to Use
site_url() and base_url(), both are useful functions in CodeIgniter. However, developers get confused about what is the difference between them and when to use site_url() or base_url(). In this...
View Article6 Reasons – HTML5 Required Attribute Validation not Working
HTML5 is rich with plenty of features. The support of the required attribute and built-in browser validation is one such feature. With the HTML5 required attribute, you can perform form input...
View Article