Thesis Adopts A Split GPL

Posted by Nile | Posted in News | Posted on 07-23-2010 | 1 Comment

Tags: ,

wordpress-cat-thumb

Chris Pearson and Matt Mullenweg clashed over GPL in an interview conducted at Mixergy.

The license adopted is one that covers Thesis for its WordPress components as well as Pearson’s own work into the product. So, you cannot redistribute Thesis as it currently is. You can only redistribute the parts that are WordPress code and API.

It boils down to the fact that Pearson can deliver a product that he can only offer, rather than adopting GPL for the whole theme and possibly losing business.

For me, I think this is a fair compromise. I am very sure it was a hard one to deal with and while I am certain there are a few developers grumbling that they cannot work with the entire code, at least they can work a little more with what is there. It is not an easy decision when changing software licenses because it can effect a lot of people.

However this protects Pearson’s work and also honors WordPress. Kudos to Chris Pearson!

I will say that for those who have been supporters of GPL software, this comes as great news! It is great that Matt Mullenweg stepped up to the plate to take on this issue.

What are your thoughts?

How to Display A User Welcome Message In WordPress

Posted by Nile | Posted in Tutorials | Posted on 07-23-2010 | 2 Comments

Tags: ,

wordpress-tricks

Whether you just like to put up a personal greeting or have a site that has quite a few users, something a welcome message is nice. I have seen a few people put this together and have a centralized paged where users can log in, read the personal message, and then go on their merry way using the website. The code is really simple. This code calls the current user. If you want to only Read More →

WPQuestions: Ask a WordPress Expert

Posted by Nile | Posted in WordPress | Posted on 07-18-2010 | 4 Comments

Tags:

wpquestions

The WordPress Support forums are a great source of information, but to not always dig deep. This is where WPQuestions comes in handy. A lot of the questions involve getting down and dirty in code – somethings involve stealthy PHP ninjas. For those who just need a little coding help, but do not want to go all out and pay a lot of money to a freelancing site, this works great. Response time is great Read More →

Thesis And WordPress Clash Over GPL

Posted by Nile | Posted in WordPress | Posted on 07-17-2010 | 9 Comments

Tags: ,

wordpress-cat-thumb

I am not a Thesis user. I have designed for Thesis, but I have no love of it. Frankly, it bites. I wrote about Thesis before, and even though I offer a free and simple skin, I still have no love for it. Thesis does not enhance SEO in any way. In fact, here is what Matt Mullenweg retweeted from @studionashvegas on Twitter. The whole shebang started before the above Twitter re-tweet between Matt Mullenweg Read More →

Askimet Deletes Real Comments?

Posted by Nile | Posted in WordPress | Posted on 07-12-2010 | 7 Comments

Tags: ,

spam

You heard it! And this is not a singular incident. Even Growmap published Akismet Deletes Comments Bloggers NEVER SEE! While a lot of people do know, others do not know that Askimet will block IP addresses that have been reported to be used by spammers. This is a problem, especially if those addresses are dynamic IP, most commonly found with broadband users. So, if you happen to get the “lucky” IP, you might have your Read More →

Making A Two-Tiered Navigation in WordPress

Posted by Nile | Posted in Tutorials | Posted on 07-09-2010 | 0 Comments

Tags: , ,

wordpress-tricks

Aside from the wonderful WordPress 3.0 navigation, a lot of people really like the two-tiered navigation. So, what is it? The two-tiered navigation is a horizontal navigation that the first layer on top is the parent pages and the second are the child pages. When you click the parent page, the child pages will appear below the parent. In order to successfully make a similar two-tiered example like that of above, you will need to Read More →

Pages Versus Posts, Which to Choose

Posted by Nile | Posted in WordPress | Posted on 07-08-2010 | 2 Comments

Tags: ,

wordpress-cat-thumb

So you have content, but you are not sure you want to go with pages or posts. Well, it really is not that difficult. A lot of people put together a site completely in posts without few pages. With WordPress 3.0, you can customize individual posts. You also have the ability to adjust your menu from your WordPress admin panel to whatever you like if you have the wp_nav_menu php call into the theme itself. Read More →

WPAddict is Accepting Guest Posts

Posted by Nile | Posted in WPAddict | Posted on 07-01-2010 | 2 Comments

Tags:

wpaddict-cat-thumbnail

This is a long and overdue tidbit of news for the website. I write frequently, but maybe not as frequently as people might like. Sometimes I get my material from questions that I answered in the WordPress Support forums. Sometimes I write on a whim. So, WPAddict is accepting guest posts. As of June 2010, WPAddict is really doing well in both traffic and rank (WPAddict.net is 264K in Alexa and a Google Page Rank Read More →

WordPress Plugin Review: Slidedeck

Posted by Nile | Posted in Plugins | Posted on 06-27-2010 | 1 Comment

Tags: , ,

plugins-cat-thumbnail

Slidedeck is a jquery slideshow plugin for WordPress. For users unable to build a content slider, this might be a nice option. Slidedeck comes in two versions: a free version and a PRO version. The PRO version costs, but you have the ability to customize the plugin further. Even with just the free version, it is a pretty good jquery slider. You can specify the size, what type of posts (example: recent, featured, or popular Read More →

Brand Your WordPress Login Without A Plugin

Posted by Nile | Posted in Tutorials | Posted on 06-26-2010 | 4 Comments

Tags:

wordpress-tricks

There is a Custom Admin Branding plugin for that, but why bother when you can insert a few lines into your theme’s functions.php file? However, if you like to change up your site’s theme sometimes, you probably want to change the log in page too. A lot of people have been really hooked into branding their WordPress log in page, especially since guest blogging has become popular. Here is the code I put together for Read More →