Posts Tagged ‘WP’

 
 

Download and test WordPress 3.2 Beta 1

Posted 12 May 2011 — by andi
Category WordPress News

Automattic has released WordPress 3.2 Beta 1 for public while the current version is 3.1.2 just launch this April 2011. You sign up as beta tester in WordPress and you can download and install in your local machine. The suggestion is don’t try Beta version in your real website because it’s still under development.

If you’re a WordPress plugin or Themes developer you have to start considered the compatibility with new engine, so when it launched your plugin will be compatible with WordPress 3.2.  From the official blog said that Favorites menu will be removed and it will not support with old browser like IE6. Read the rest of this entry »

Free WordPress Theme: Widodo

Posted 06 May 2011 — by WPGPL Team
Category WordPress Themes

Widodo is our May 2011 WordPress Theme, we use minimal color and design, we are happy using 960.gs framework. This theme supported many new featured on WordPress 3.0, WordPress 3.1 and beyond.

Widodo WP Theme Feature Widodo WP Theme Feature

Read the rest of this entry »

WordPress 3.1.2 has been Release earlier

Posted 26 Apr 2011 — by andi
Category WordPress News

Lately WordPress get uninvited guest from the dark side of the Internet which is called Hackers. Many website that use WordPress as the CMS engine get hackers attack. They’re use some hole and vulnerability inside WordPress Engine. As all we know this is the concequency of using very popular GPL CMS. Personally I really love this WordPress, I will keep using this engine and also keep updating the version. Because by upgrading into new version, WordPress Developer already fixed all the bugs they’ve known. Here’s some files that has been updated :

wp-includes/post-template.php
wp-includes/version.php
wp-includes/user.php
wp-includes/query.php
readme.html
wp-admin/includes/class-wp-posts-list-table.php
wp-admin/includes/update-core.php
wp-admin/press-this.php

This time WordPress update has not much updated items, but they have fixed some vulnerabilities and it might has effect from hackers attack. I hope this update can solved our problems and thanks to hackers that has been try to break the code of WordPress Engine to make WordPress become a better CMS Engine.

Download Debug Bar WordPress Plugin

Posted 08 Mar 2011 — by WPGPL Team
Category WordPress Plugins

Debug Bar is WordPress Plugin for Developer. This plugin really useful for Plugin Developer and Theme Developer. Why each developer must install this plugin?

WP Debug Bar Screenshot

WP Debug Bar Screenshot

Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find.

When SAVEQUERIES is enabled the mysql queries are tracked and displayed.

Read the rest of this entry »

How To Add a login/logout link to Your Navigation Menu

Posted 25 Jan 2011 — by WPGPL Team
Category WordPress Tricks

New WordPress 3 Menus is Awesome feature, I really like it, using WordPress Navigation Menu, we can create more sophisticated menu ever seen. We can arrange our menu more easily and many more. Now we will share How To Add a login/logout link to your navigation menu.

You need to write this code on your functions.php and the login/logout link will be automatically added on your WordPress Menu Navigation

add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);
function add_login_logout_link($items, $args) {

		ob_start();
		wp_loginout('index.php');
		$loginoutlink = ob_get_contents();
		ob_end_clean();

		$items .= '<li>'. $loginoutlink .'</li>';

	return $items;
}

Read the rest of this entry »

Welcome to WordPress GPL

Posted 22 Jan 2009 — by WPGPL Team
Category WordPress News

Welcome to WordPress GPL, This site will be give you a lot of information about WordPress tools GPL License, What’s tool? All tools for WordPress of course. WordPress Themes, WordPress Plugins, WordPress Tips and many more.

Don’t forget to subscribe our RSS, and I will delivered high quality information about WordPress