WordPress 3.0.3 has been released and it is yet another security update. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts. These issues only affect sites that have remote…
WordPress 4.7 has been released. What’s New Twenty Seventeen – A brand new default theme brings your site to life with immersive featured images and video headers. New Features to Customizer – Theme Starter Content, Edit Shortcuts, Video Headers, Smoother Menu Building, Custom CSS PDF…
Thanks to a fellow member (Turk) in GaMerZ.Forums, I came to know that WordPress 2.1 is in the beta stages, beta 1 to be exact. Some of my plugins maybe broken with WordPress 2.1 like WP-PageNavi and WP-Stats, but I had already fixed them. If…
I have to go along with the web trend. My old WP-PageNavi style is outdated and I need to do something about it. And hence, I modified the style to make it look like Digg (bottom of the page). You also can take a look…
I have fixed a small bug in wp-polls.php. Under the function vote_poll(); $voted_cookie = check_voted_cookie($poll_ip); It should be $poll_id instead of $poll_ip. Thanks to Janne from Finland