Category: Wordpress
-
Clickjacking Fix for WordPress
Clickjacking (User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a Web user into clicking on something different from what the user perceives they are clicking on, thus potentially revealing confidential information or taking control of their computer while clicking on seemingly innocuous web pages. By using Clickjacking technique,…
-
WordPress Plugin – Fix WordPress User Vulnerablity using REST API
WordPress has a security vulnerability exposing admin user name and private information that could be used for brute force attacks at login. Using REST API, we can see all the WordPress users/author with some of their information. Which can even be Personal information of employees/author. We have made a wordpress plugin to patch this vulnerablity…
-
WordPress default system fonts
At system level, the default fonts for wordpress are defined in theme.json file. You can speed up loading of site by just using these default fonts. I have extracted this code from twenty twenty four theme code definitions. Sans-Serif Serif
-
Unicode bullets for lists
To make your wordpress fast, you can style custom bullets with unicode and just css. You dont need fontawesome or other icons. The simplest code to achieve it is using css marker. Note i have directly embedded the unicode list marker (+) replace with unicode char.
-
What is Bitnami password for Lightsail?
Below are some quick answers to login to your lightsail instance for first time lightsail users. Launch the commandline. Get your username Get your Password This will be your first command on the commandline. WordPress Location There is no file manager, phpmyadmin, email, cpanel etc comes with lightsail (unless you want to pay). Apache Error…
-
Check Expiry of SSL certificate Installed in Origin Server (Cloudflare)
If you use cloudflare, probably you will only see SSL cert issued by cloudflare at your end signed by Google Trust LLC at your end. There is no way to see or check the original cert installed in your server. For example you want to see the expiry date or certificate issuing authority. I will…
-
WordPress filter to remove empty nbsb paragraphs
Here is the function that removes empty &nbsb; paragraphs within the content. This will automatically remove all the empty lines before outputting content. You can place it in functions.php but remember when you update the theme, this function will be gone.
-
How I got my WordPress speed from 10s to 0.5s?
I did it. I finally managed to optimise loading time of the site to just 0.5 seconds (proof below) in mobile and desktop. Here is speed check at Gtmetrix.com You may have a very beautiful wp site but you compromise for speed. What is the use if it doesn’t reach anybody. Website speed has a…
-
Fix: WordPress spam injection on search pages
Lately we have seen spam attack, injected into wordpress search pages causing google to index these pages, be sure add the the fix below. The fix works like you simply add the noindex to the wordpress results page. Vulnerability Although fixed by wordpress core, AISEO plugin is causing this. Spam The spam would like…
-
How to setup Google analytics on AMP wordpress plugin?
It is super easy to setup google analytics on the AMP wordpress plugin. It is very important to remember that AMP pages cannot contain javascript code. Aim for speed. Install the AMP plugin Setup theme, page and logo Suppress all plugins for speed Install the analytics code You can install the code in your…