Read below about related content about facebook+wordpress+no+thumbnail, You can contact us to improve our contents and site quality

Read below about related content about facebook+wordpress+no+thumbnail, You can contact us to improve our contents and site quality

How To Display WordPress Permalinks Outside of the Loop

February 14th, 2010 By WP Tricks Posted in Tips

The most easy method to display your permalink content in WordPress is using simply code. Because for some reason, we need to display Permalinks Outside our Standard WordPress Loop.

It’s can be done in WordPress with easily steps, just write down this code below in your theme files Outside your WordPress Look

<!-- external permalink via post ID -->
<a href="<?php echo get_permalink(33); ?>" >Permalink</a>

<!-- external permalink via global $post variable -->
<a href="<?php echo get_permalink($post->ID); ?>" >Permalink</a>

Read the rest of this entry »

Amazing Touch

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 »

Amazing Touch

How To Automatically Refuse Comment without Plugin

January 26th, 2010 By WP Tricks Posted in Tips

For many year Spam is the big enemy on internet, there are so many way to Automatically Refuse Comment, some tricks need installed some plugin such as Akismet, WP-Spamfree, Bad Behavior and many more, But I will show you how to do this without Plugin, all need to do only added some code on functions.php on your themes.

This code is original created by Guy and republish by WP Recipes, let’s get started
Read the rest of this entry »

Amazing Touch

Tutorial and Trick Upload WordPress Theme

May 5th, 2010 By WP Tricks Posted in Tips

Now, Added New WordPress Theme much easier, there are so many ways to do this. The easiest method is Browse on your WordPress Dashboard Appearance Panel > Add New Themes and select some options field your query and do search the data from http://wordpress.org/extend/themes/.

Tricks for Upload WordPress Theme - 1

Tricks for Upload WordPress Theme - 1

On our Example Below we put Search Term Prosumer, and the result displayed Prosumer Theme by WPGPL.com

Tricks for Upload WordPress Theme - 2

Tricks for Upload WordPress Theme - 2


Read the rest of this entry »

Amazing Touch

Automatically Shorten your Permalink using Bit.ly services

June 5th, 2010 By WP Tricks Posted in Tricks

WordPress Beginner show nicely tutorial about How To Automatically Shorten your Permalink using Bit.ly services. Why we need to shorten our URL? Shorten URL is good to share on many social web, social news, social media and social network such as Twitter, Facebook, Digg and many more..

Shorten your Permalink using Bit.ly - Marie Digby Photo

Shorten your Permalink using Bit.ly - Marie Digby Photo


Read the rest of this entry »

Amazing Touch