Category: WordPress
-
How to install the free SSL certificate from “Let’s Encrypt” on NameCheap Shared Hosting Server without SSH access. [Working]
Do you want to make your website secure by enabling https:// by installing Free SSL certificate from “Let’s Encrypt” on NameCheap Shared Hosting Server without SSH access? If the answer is YES, then follow the steps below to achieve the same completely free. In fact, this will work on any hosting server which allows installation…
-
How to fix 302 redirect issue when updating posts in WordPress? [Solved]
Recently, while writing a blog post I found that I am not able to update/publish any post on my WordPress website dashboard rather it redirects me to the website front page when I click the “Update” button. Now, I was unsure what’s creating this trouble and how to fix this 302 redirect when updating posts…
-
BuddyPress My Resume: Displays your latest resume in BuddyPress user profiles
You have a BuddyPress enabled Job site. Now you need display your resume in BuddyPress Profile. So here is  a cool plugin for it. https://shop.opentuteplus.com/product/buddypress-my-resume/ It simply adds resume to your BuddyPress Profile. This plugin needs BuddyPress, WP Job Manager and WP Job Manager Resume to be installed.
-
Like Ultimate Member, But do not need WooCommerce. Want to use EDD for Ultimate Member
Ultimate Member â EDD Integrates the popular e-commerce plugin Easy Digital Downloads with Ultimate Member.  Key Features View Easily integrates users purchases tab in user profile You can display and view user orders from account page Now manage billing address from account page You allow user to have a specific role if they purchase a specific…
-
How to pass dynamic values from PHP to CSS/JS in WordPress
There are situations when you have to use some values stored in DB or values being calculated in PHP script based upon different conditions in the java-script and css code. This can be achieved by writing the inline js/css code directly inside the php script. But in WordPress, this can be done very easily with…
-
Setup PHP CodeSniffer along with WordPress Coding Standards [ Windows, XAMPP ]
The other day, I had some problem setting up latest WordPress coding standard for PHP CodeSniffer on a Windows machine. It was throwing some errors/warnings like the below. There were some others, but eventually we had fixed some of those. However the WP coding standards were not getting listed in phpcs. đ Warning: file_put_contents(C:\php\pear\data/PHP_CodeSniffer/CodeSniffer.conf): failed…
-
Selectively disable plugins on WordPress for a specific request
For last few days, I have been working on a WordPress project where I am creating a set of APIs to be consumed by mobile apps. While writing these REST APIs I have tried to make the things work faster. While checking the REQUEST/RESPONSE time, I found that the WordPress initialization is taking much time…
-
List of useful tools for WordPress development
When a developer starts WordPress development and tries to make the process easier and faster, generally he searches for best tools and various boiler plates which can alleviate the manual task of starting the development from scratch. WordPress Gear (WPgear.org) is a website which lists out lots of useful tools those are free and GPL(OpenSource).…