Read below about related content about show+widgets+in+categories, You can contact us to improve our contents and site quality

Read below about related content about show+widgets+in+categories, You can contact us to improve our contents and site quality

WordPress Plugin: My Snippets

December 22nd, 2009 By WP Tricks Posted in Plugins

The idea for this plugins, is Widget Logic WordPress Plugin, on My Snippet WordPress Plugin (develop by Justin Tadlock) give extra content on your post. Example we can add Featured Video on current content and many more.

How the plugin works

First, you’d add the Snippet widget to the widget area of your choosing. You’ll need that to display your custom snippets.

When writing a post (or page), you’ll have an extra meta box labeled Snippet Post Settings. In this box, you can add text, HTML, and shortcodes.

Download the plugin

Before using the plugin, please take a moment to read through the readme.html file included with the plugin download. You can download this plugin from WordPress.org

Amazing Touch

How to Fix readfile Problem on TimThumb

February 6th, 2010 By WP Tricks Posted in Tips

TimThumb is my favorite Auto Generated Thumbnail code ever seen, simple to use and work great in almost server. But there are readfile function problem on some server in TimThumb auto resized imaged on the fly, this script development by Darren Hoyt and Tweak by Ben Gillbanks, The problem that I currently have is readfile function that disabled by Hosting Server Administrator, they said disabled this function for security reason. So I googling to find out how to fix this problem.
Read the rest of this entry »

Amazing Touch

Automatically Create a Custom Field

July 4th, 2010 By WP Tricks Posted in Tricks

WP Canyon did wonderful tricks, this tricks is about how to automatically create a custom field when a post is published. This wonderful method is added some code on your functions.php files on your current theme.

Added Custom Field Automatically On Post - Abigail Clancy

Added Custom Field Automatically On Post - Abigail Clancy


Read the rest of this entry »

Amazing Touch

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