The original Crayon Syntax Highlighter by Aram Kocharyan no longer available because it does not work with the newer WordPress versions. However, Fedor Urvanov has worked with Aram Kocharyan to make Crayon Syntax Highlighter work again as Urvanov Syntax Highlighter. Most of the core technical blogs (including ours) heavily rely on Urvanov/Crayon Syntax Highlighter because it works with all the … [Read more...]
WordPress Plugins
Description, tips, help, screenshot and review of very useful Wordpress plugins.
Configure WordPress to Send Emails Using mSMTP
If you have followed our guide on How to Easily Set Up Email with SMTP on Ubuntu Server and want WordPress to send you email then you need to perform some extra steps. Make sure that you have completely followed our previous guide. Do not worry, this part is quite easy. Check Whether PHP Can Send Emails Using mSMTP We need to test whether the php mail() function is working or … [Read more...]
How to Install and Configure mod_evasive on Ubuntu for WordPress
mod_evasive is an Apache server module which provides action in the event of a Denial of Service attack. It is also can be configured to fail2ban, firewalls and routers. However, using with WordPress is not always easy. The module can lead dysfunction of certain plugins and backend administration. mod_evasive is easier to configure and maintain/monitor than modsecurity. This person is the … [Read more...]
How To Use Adobe Fonts/TypeKit Fonts in WordPress
Adobe Fonts/TypeKit is available from Adobe as a part of the Adobe Creative Cloud subscription without any extra charges. Most of the professionals including bloggers and marketers have Adobe Creative Cloud subscriptions for using Adobe Photoshop. Adobe serves font from highly optimized CDN and the premium fonts are great for typography. Adobe made some changes which made it affordable, and easy … [Read more...]
How to Redesign to Speed Up WordPress Site in 2023
WordPress by default includes a HTML file located at /readme.html. This is our site's that readme file. If you test the URL of your site and other's sites, you will get a pretty good idea about how much your server optimization can deliver you the result. For us, that URL on PageSpeed Insights gets a 100% score and loads within 0.5 seconds when tested by GTMetrix and Webpagetest. The bottleneck … [Read more...]
Understanding the Quality of Generated Leads
Lead generation is the first step in lead management. Some companies specialize in lead generation and lead acquisition. In our earlier article, we have explained the basics of lead generation. Quality of Generated Leads The quality of the generated leads is determined by the following factors: correctness, timeliness, the voluntary, conscious provision of the data by the … [Read more...]
Is Persistent Object Cache Mandatory to Enable in WordPress
No. Object Caches such as APC, Memcached or Redis are not mandatory to enable in WordPress by using a WordPress plugin or drop-in. We are talking in the context of dedicated servers. A persistent Object Cache is worthless to use on a single virtualized instance such as one VPS or one cloud server. The reason is that 100% of the RAM is not real RAM, there is swap space i.e. SSD space. When you … [Read more...]
The Importance of Regular Backups for WordPress
WordPress powers more than 40% of websites on the Internet, including those with and without custom content management systems (CMS). Yet, most WordPress users are ignorant of the value of data backup for their websites. Despite being a reliable platform, unforeseeable events like hacking or server problems could still happen, causing data loss or website downtime. Regular data backups are a … [Read more...]
How Can I Speed up My WordPress Site?
Page loading speed is not only crucial for ranking on Google search engine ranking page but also any visitor loves a faster loading website. Especially, when you are using a responsive design to serve your site to mobile users, you need to perform a lot of optimization. In this article, we will highlight the points which will help you to make your WordPress website load faster. Which … [Read more...]
Client Portal Options for WordPress Sites
In-house client management is a difficult task, and it often leaves you with a heavy workload. This is why clients should invest in using a client portal. Learn more about the benefits of using a client portal for WordPress sites and how they can help your own business in this article! Why We Need a Client Portal? You do not need a client portal if your number of clients is … [Read more...]
How To Fix : WordPress Database Size Too Large
Often some WordPress users complain about a huge database size, the size often crosses 10 GB. Such kind of situation is not healthy for the installation and measures must be taken to find out the culprit and reduce the database. A few of the known reasons behind such growth in database size are: Log entry in to MySQL database. This can happen out of a faulty plugin or faulty settings. … [Read more...]