This is not an article with lot of bar charts. I am no database expert but I can talk something about database which so called some "WordPress Experts" in their "professional services" possibly has no such options to the clients. Slow WordPress is quite common and blindly increasing RAM like work is not a solution. Talking about InnoDB vs Percona XtraDB vs TokuDB Storage Engine for WordPress is a … [Read more...]
Wordpress and SEO
Latest news, plugins, themes, blogs and SEO about Wordpress platform and Website designing as a whole.
WordPress Genesis Homepage : Semi-Static, Customizable
Most of us need widgets below navigation on the homepage, followed by regular blog posts. That thing is semi-static. We need semi-static homepage which is customizable, SEO Friendly has manual control with automatic functions. Here is PHP snippets, HTML, CSS to create WordPress Genesis Homepage. What I saw for HTML old version to HTML5 upgrade, if we use manual codes more than PHP snippets, it is … [Read more...]
Apache Solr vs. Elasticsearch For WordPress Search
We have shown as guide how to install Apache Solr, you will likely to on some cloud server instance for testing/dev purpose. Elasticsearch as such we shown to install with Hadoop. Apache Solr vs. Elasticsearch for WordPress search is a complicated topic as the number of plugin is a matter which we need to consider. Elasticsearch basically packaged by Elastic company. Apache Solr is a direct … [Read more...]
How To Remove Query Strings From WordPress For Security
Previously shown how to use the hacking tools like sqlmap to test own WordPress for SQL Injection in White Hat way. We also talked about SQL Injection. Here is how to remove query strings from WordPress for security specially to avoid MySQL injections via PHP files for server running Apache2. For Nginx, we talked about how to remove ?utm_source like query strings in older article. Query strings … [Read more...]
What Are rel=”noopener”, rel=”noreferrer”?
Hyperlinks links point to another webpage and link relationships explains why we are pointing so. The question what are rel="noopener", rel="noreferrer" appearing because latest versions of WordPress has rel="noopener", rel="noreferrer" on link in visual editing mode. Another such link relationship was discussed previously -- rel="author" and rel="me" in WordPress in the easiest … [Read more...]
sqlmap Tutorial : WordPress SQL Injection Testing (White Hat)
We talked about SQL injection in older article. Here is a sqlmap tutorial for WordPress SQL injection testing for the beginners to test own website for potential vulnerabilities & fix them. This website and tutorial is intended for White Hat purposes only. Of course trying them upon others vulnerable WordPress installation will find the points and at the end it is possible to hack it. That is … [Read more...]
Inline Nested Highlighting In WordPress With CSS & HTML5 samp
There are some situations where to write a technical article, we need to draw attention of the reader of the reader. HTML code element, pre are designed to serve specific purposes. Sometime we need to highlight code with more colours than code than our good syntax highlighter plugin like Crayon Syntax Highlighter for WordPress can do. Here is a guide on nested highlighting in WordPress post with … [Read more...]
How To Hide AdSense Units On Selected WordPress Post
Usually we need to hide AdSense unit for policy compliance or for control of keywords to AdWord users. Here is how to hide AdSense units on selected WordPress post. There is CSS, PHP, Javascript or simply ready to use WordPress Plugin to do it. Previously we actually talked about some solutions for 404 pages like pages. We will link those old mentioned ways under proper sub-headers in this guide. … [Read more...]
WordPress Plugin To Analyze Post Emotion With AI (IBM Watson)
IBM Watson is the part of IBM's known supercomputer Deep Blue. We talked about usage of Artificial Intelligence, Machine Learning in many complicated setups. Here is a WordPress Plugin to analyze post emotion with ai powered by IBM Watson. This is a good example of usage of Artificial Intelligence. Many free WordPress plugins never become known but sometimes offer quite astonishing or useful … [Read more...]
WordPress Persistent Object Cache, Fragment Cache Optimisation
Some features of WordPress are less known. WordPress persistent object cache, fragment cache optimisation can improve page loading time. You can setup separate cloud server for cache. All of us possibly aware of XCache, Memcached, Redis. But often how to use remains unknown. Backend For WordPress Persistent Object Cache, Fragment Cache In case of Ubuntu 16.04 and PHP 7 … [Read more...]
Fix : WordPress Plugin Update Not Working
This is another common complain - WordPress plugin update not working after upgrading the version, do you have bug? You did something reading from some of us as trick to hide notification & now forgot it. That is very common. Here is how to proceed step by step to fix WordPress plugin update not working issue. Plus we are giving you extra tips for managing plugin updates. WordPress … [Read more...]