
WordPress powers more than 42.3% of the web according to w3techs.com. It's no secret that WordPress is the most powerful blogging platform in the world right now. I've started working with WordPress long time back sometime around 2008. Well, …
by App 16
by App 4
by App 55
What if you want to login to a website by filling Username/Email and Password automatically? Well, there is a simple solution to that. This solution works for large number of web sites which have a login and password field contained …
Read Article about Automatic HTML Login using POST Method – Auto login a Website on Double Click →
by App 12
WordPress is very flexible in terms of functions and modification. If you have a single user blog it's kind of pointless to show author archive link. It's probably the same as Home page link. It is good practice to Redirect Author Archive …
Read Article about WordPress: How to Redirect Author Archive Link to About Page →
by App 4
by App 9
by App 3
How can I add an extra admin column showing the word-count of a page or post? If you have any of below questions then you are at right place. How to Add Post Word Count Stats to WordPressAdmin Word Count ColumnDisplay Total Post Words And …
Read Article about How to Display Total Word Count of Posts in WordPress Admin Column? →
by App 4
Here is a simple example on how to convert HashMap to ArrayList in Java. Java Example: package com.crunchify; /** * @author Crunchify.com */ import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import …
Read Article about How to convert HashMap to ArrayList in Java? →