Author Archive

 
 

Theme Update: Vina Localization Indonesia Available

Posted 22 Nov 2011 — by WPGPL Team
Category Theme Update

I am really happy one of our Vina Theme user has added localization for Indonesian language. So if you really needed to use Vina with Indonesian Language you can use and download Vina Indonesia version on this link.

Vina Lolalization Indonesia

Vina Lolalization Indonesia

If you want to translate to others language of our other theme collections. You can began download our Theme Collections then sent of your translations works and we will check it then if everything is okay we will happy to publish it on this site.

Thanks to Ivan Lanin for make it possible.

Free WordPress Theme: REProsumer

Posted 31 Oct 2011 — by WPGPL Team
Category WordPress Themes

REProsumer is Redesign and Tweak WordPress Themes. This theme is the next and big update from our popular WordPress Theme Prosumer. After we got many feedback on Prosumer Theme. Now we are happy released an update and bring many tweak on many area.

REProsumer WP Theme Screenshot REProsumer WP Theme Screenshot

REProsumer using our new standard wide, we are using 974px wide. This layout (3 Columns) is super easy to be tweaked. And also REProsumer support latest WordPress 3.x features and many many more. REProsumer also built in with fancy custom message. Read the rest of this entry »

Download Njobsboard WordPress Theme

Posted 03 Oct 2011 — by WPGPL Team
Category WordPress News

Njobsboard WordPress Theme is fresh WP Theme developed by Njobs LTD. Here is why you will needed to download Njobsboard WP Theme. Njobs board is a free theme for WordPress system which allows to establish our own job advertisements website. It is easy to operate, installs quickly and has enormous configuration options. The most interesting about this theme is it does not require PHP knowledge.

Njobsboard WP Theme screenshoot

Njobsboard WP Theme screenshoot

Njobsboard Characteristics:

  • Clean and neat interface
  • Extended but user-friendly
  • widgets enabled
  • RSS feed
  • Demonstration version
  • Optional PayPal payments

Read the rest of this entry »

How To Change Search URL on WordPress

Posted 19 Sep 2011 — by WPGPL Team
Category WordPress Tricks

We already know that WordPress Search URL is http://wpgpl.com/search/keyword right? Now we got nicely tips and we will show you how to change this search URL permalink. This tips coming from Andrew Keith. You need to paste this code on functions.php to make it works.

Open your functions.php on your theme and add this code

function custom_search_url( $search_rewrite ) {
if( !is_array( $search_rewrite ) ) { return $search_rewrite; }

$new_array = array();
foreach( $search_rewrite as $pattern => $s_query_string ) {
$new_array[ str_replace( 'search/', 'new-search-url/', $pattern ) ] = $s_query_string;
}
$search_rewrite = $new_array;
unset( $new_array );
return $search_rewrite;
}
add_filter("search_rewrite_rules", "custom_search_url");

Please notes this code didn’t redirect any /?s=Search but this code will redirect any /search/ into something else domain. We hope this tutorial to change search URL on WordPress worked on you

How To Implementing a Simple Print Stylesheet on WordPress Theme

Posted 07 Sep 2011 — by WPGPL Team
Category WordPress Tricks

There are a time for some our reader needed to print our content. So Implementing a Print Stylesheet on WordPress Theme is the best idea. We will show you how to do it. So you blog reader will be happy with your content and of course your blogs.

You need to open your header.php and modified some parameter on it, let’s move on. After header.php already opened. Find this line

< link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

And modified that code by added print code like this one

< link rel="stylesheet" type="text/css" media="screen,print" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

Read the rest of this entry »

SEO Smart Links Review

Posted 07 Sep 2011 — by WPGPL Team
Category WordPress Plugins

If you are really concern about your blog traffics you should try SEO Smart Links WordPress Plugin. This plugin worked really awesome and automatically convert any word that relevant with your content into inner links. This plugin developed by Vladimir.

SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more.

SEO Smart Links can automatically link keywords and phrases in your posts and comments with corresponding posts, pages, categories and tags on your blog.

There are two version of this plugin, Free Version and Premium Version. You can download this plugin on WordPress Plugin Read the rest of this entry »

WP Tutorual: Rename a WordPress Post Format

Posted 24 Aug 2011 — by WPGPL Team
Category WordPress Tricks

WPMU.org has been introduced wonderful ways about How to Quickly Rename a WordPress Post Format. You can follow the step on WPMU.org about the details how to do it.

Please note you will need text editor, because you will needed to edit and added some function on your functions.php in your current theme. Check it out

How To Fix TimThumb Script Vulnerability

Posted 18 Aug 2011 — by WPGPL Team
Category WordPress Tricks

Like we all know, TimThumb Scrip have a bugs or vulnerability that made our WordPress Themes insecure. To fix this problem is simple, all need to do is update your TimThumb script on your themes or plugin to the latest version of this script. You can download an update TimThumb Script on this url

That’s it, now you TimThumb script has been fixed and you can continued using it without any worries. We hope this tricks is useful and happy blogging

Tutorial Enable Google’s Social Interaction Analytics for Your WordPress Site

Posted 11 Aug 2011 — by WPGPL Team
Category WordPress Tricks

Like we all know, Google has a new toy, Google+ Social Network Application that try to give something different what Facebook has been made.

Before Google+ launches, Google Already introducing +1, another service to interact user and their search result. More details instruction how to Integrate Google’s Social Interaction Analytics is easy. You can read more details here before you decide to move on. And you can began to implemented it using Google Sample Analytics code on this page

WordPress 3.2.1 Released

Posted 15 Jul 2011 — by WPGPL Team
Category WordPress News

Because there are some problem with JSon module on same server, WordPresss.org team decide to release an update for WordPress 3.2 family. New update WordPress 3.2.1 has been released and you can download it via automatic update method. Or you can download directly from http://wordpress.org/download/