I am In
its sounds great , i am installing it 
hi i mail you , check it out please
Bedros saidme too but with the eye protector 0-0—/
Like every author , radiation![]()
uaesthetics said
Anyone interested? I emailed a few of you who replied but only one who seems to have got my email is Iulian
yaa i got your email , i replied Please Check
uaesthetics said
Lulian I emailed you already via your profile – check your email
hI I AM INTERESTED ,PM ME IF STILL LOOKING
MY PROFILE http://themeforest.net/user/bigtreat
You have my vote too.
Please I am interested
fahimegold at gmail dot com
Thanks in advanced
Hi i am interested
any body know how to make the meta box form wordpress page not post i recently create a meta box in wordpress but its work only in the post not in the page
$key = “custom”; $meta_boxes = array(
“Title” => array( “name” => “Title”, “title” => ” Title”, “type” => “text”, “description” => “This is title uses in h3 heading in breadcrumb section”),
“Descrp” => array( “name” => “descript”, “title” => “description”, “type” => “textarea”, “description” => “This is title uses in h3 heading in breadcrumb section”)
);
function create_meta_box() { global $key;
if( function_exists( ‘add_meta_box’ ) ) { add_meta_box( ‘new-meta-boxes’, ucfirst( $key ) . ’ Breadcrumb’, ‘display_meta_box’, ‘page’, ‘normal’, ‘high’ ); } }
