This bit of code will allow us to set a maximum word count to the post title. Very useful if you need to limit the length of titles for design purposes. To apply this hack, simply paste the following in your functions.php file:

function maxWord($title)
 {
 global $post;
 $title = $post->post_title;
 if (str_word_count($title) >= 10 ) //set this to the maximum number of words
 wp_die( __('Error: your post title is over the maximum word count.') );
 }
 add_action('publish_post', 'maxWord');

{ 0 comments }

Google Instant and SEO: What Will Change?

SEO

The first thing to bear in mind wrt. Google instant is that, currently, it isn’t the default behavior  from Google.co.uk. Users must be logged in to their Google accounts, if they have them.

Read the full article →

Free Under Construction HTML

HTML

With new domain name and a huge plant for building a website, we will need to setup a under construction page for better index from Google search engine and make some new visitor know when we will open the website. Or just make our style more professional.

Read the full article →

5 best free website resource for learn foreign language

Like

If you wanna travel or have plant to working with foreigner customer, you’re should know some well know about there language for better understanding each other. But with some case you can’t have free time for going to languages school, so the better way is learn your self with free resource in Internet. Below you [...]

Read the full article →

Solution for multiple languages website

SEO

We all know that for better SEO for a website, we need to choice the target market in Google Webmaster Tool. It can help Google easy to index our website in target market and we can control our ranking and our market. But it just be great will some website, we also have website with [...]

Read the full article →