Web Nuggets
How to add reading time in wordpress post without plugin.
We can add reading time to posts in WordPress by adding small code inside the functions file. Our client has the same requirement to add reading time and there are many plugins available with many other options but using a plugin for a small feature does...
How to create slanted edges octagon by using css3
One can make this by using different techniques, I have tried it with using pseudo-elements.
How to add popup form or customize WooCommerce Cart PDF to show more fields in pdf
I have the same requirement from the client, add a popup form before the user downloads the pdf file So I search and don't find any properly documented post regarding this problem even the developer of "WooCommerce Cart PDF" notice this point but not...
Storing data with encryption in wordpress database
In WordPress, Database store in plain text and the password stored in encrypted code but technically it is wrong because WordPress generally does a hash technique with a password and there is no way to get the original value from the password hash value....