Read below about related content about allinrulbloginternet, You can contact us to improve our contents and site quality

Read below about related content about allinrulbloginternet, You can contact us to improve our contents and site quality

How To Integrate Google Font Directory on WordPress Theme

March 4th, 2011 By WP Tricks Posted in Tips

A Google Font Directory is another services by Google, using Google Font directory will be save more bandwidht and server usage. Many question is how to integrate and Using the Google Font Directory in our WordPress theme. Today I will show you how to do this.

Google Web Fonts

Google Web Fonts

This method is simple, all need to do little experience in CSS and XHTML. The first time is open your header.php because we need to add this code.

<link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>

And save your header.php Read the rest of this entry »

How To Automatically Make URL Clickable on WordPress

October 21st, 2010 By WP Tricks Posted in Tips

There are a time we need to put some URL on our WordPress content and make this content clickable. We need to added the link manually or using WYSIWG menu. And this is real pain if we must do this each time we add URL.

Did you know that, WordPress offering functions to make this pain jobs more easier? All need to do is activated the function and let’s WordPress do all the pain jobs ;) The Functions is make_clickable() and you can find out more here http://codex.wordpress.org/Function_Reference/make_clickable.

Make URL Clickable WordPress - Russian Models

Make URL Clickable WordPress - Russian Models


Read the rest of this entry »

Amazing Touch

Download Gravatar Widget Plugin

April 5th, 2010 By WP Tricks Posted in Plugins

I love and really enjoy Gravatar, we can simply display our avatar or photos in our site and of course on WordPress. Download Gravatar Widget plugin for WordPress. This plugin is the easiest ways to diplay our gravatar on our sidebar or whatever widget. It’s look like WordPress.com.

The question is, why we recommended this Gravatar Widget Plugin? This is some reason we do it.

  • Email address of Gravatar taken from a user on the blog, or any address
  • Change size of Gravatar
  • Image alignment
  • URL for Gravatar (when someone clicks on the image)
  • Add arbitrary text to your widget
  • Fully localized

Read the rest of this entry »

How To Display Total Retweets in Text without Plugin

December 12th, 2010 By WP Tricks Posted in Tricks

Twitter become more popular, now every people and website have twitter account. Using twitter there are unlimited abilites, we can share our favorite post, Retweets others tweets and many more. Today WordPress tutorial will share how to Display Total Retweets in Text without any plugin.

Display Rtweets on WordPress

Display Rtweets on WordPress

All need to do, just re write this code on your single.php or whatever files you’ll put this code. This code pure PHP Script. Please notes, you’ll need to join Backtype to use get an API key, after successfully join , put it in next to $key. Read the rest of this entry »

Amazing Touch

How To Add WP Login Link to Your Navigation Menu Automatically

January 21st, 2011 By WP Tricks Posted in Tricks
WP Loginout Functions - Cow

WP Loginout Functions - Cow

I will show you easier tutorial add WP login Link to Your Navigation Menu Automatically. We only needed to some function to our functions.php and WP Login link will be automatically added into our WordPress Navigation Menu.

Description About wp_loginout()

Displays a login link, or if a user is logged in, displays a logout link. An optional, redirect argument can be used to redirect the user upon login or logout.

Read the rest of this entry »

Amazing Touch