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

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

How To Display Ads after first Post

November 22nd, 2010 By WP Tricks Posted in Tricks

Using WordPress and added extra code you can create wonderful Publishing System. Right now we will show you how to display Ads (Example Google AdSense) after first post of you WordPress. How To Display Ads after first Post is quietly simple.

Display Ads after first Post - The Runaway

Display Ads after first Post - The Runaway

Read the rest of this entry »

Two Become One: StudioPress and CopyBlogger LLC.

September 1st, 2010 By WP Tricks Posted in News

I got this update from WP Candy, StudioPress the first released Premium Theme I ever know merger with CopyBlogger LLC.  This is what Brian Gardner has said

I wanted to let you know what’s going on before rumors started floating around. There will be an announcement next week on Copyblogger with more details. You’ll find that this new combined company will allow for better updates to Genesis, more child themes, additional add-on features, and better support.

Read the rest of this entry »

How To Create Fancy Highlight search-result

August 13th, 2011 By WP Tricks Posted in Tricks

Use this tiny hack to Highlight search-result on WordPress. Open search.php and Replace the_exerpt() with:

echo $excerpt;

And then add the following just before the edited line:

$excerpt = get_the_excerpt();
$keys = explode(" ",$s);
$excerpt = preg_replace('/('.implode('|', $keys) .')/iu', '<strong class="search-excerpt">\0</strong>', $excerpt);

Now the last step is add .search-excerpt class your style.css and do whatever style you really like it. That’s it.

Automatically empty Trash

June 1st, 2010 By WP Tricks Posted in Tips

Today WordPress Tips is How To Automatically empty Trash in our WordPress. Like we all know, WordPress 2.9 introducing Trash system. This system is better handled for accidentals deleted some our content. Example we deleted our post, but for some reason we need to bring it back.

Automatically empty Trash - Candice Swanepoel

Automatically empty Trash - Candice Swanepoel

This also happen on comment and page, after we choose sent the content into trash, this content will not visible anymore. The Next question is, if we deleted to many content, the trash will be a lot of data. How to Automatically unneeded data? Follow this step by WP Recipes.
Read the rest of this entry »

Amazing Touch

How To Remove WordPress 3.1 Admin Bar

January 9th, 2011 By WP Tricks Posted in Tricks

There are a lot of new features on WordPress 3.1, one popular feature is display WordPress Admin bar. This bar is added automatically by WordPress 3.1. This bar will be activated on your dashboard and the site itself (front page).

Remova Action on WordPress 3.1

Remova Action on WordPress 3.1

So, my simple WordPress Tutorial is How To Remove WordPress 3.1 Admin Bar. We got this tricks from Yoast. Follow this trick to do on your blog.
Read the rest of this entry »