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
Tags: Code, fix, PHP, Script, Thumbnail, TimThumb, timthumb not working, TimThumb wordpress 3 0, timthumb wordpress not working
4 Comments
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
Read the rest of this entry »
Amazing Touch
Tags: add_action, Automatically, Custom Field, Functions
No Comments
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
Tags: Custom, Hack, Loop, Permalinks, wordpress get query post var
2 Comments
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
Tags: Company, CopyBlogger, News, Scribe, StudioPress, Update
1 Comment