Seems to be a classical php error of accessing index of an empty variable.
My guess is that the problem will solve itself once you save theme options.
First thing you need to learn if you want to be successuful in this job is how to Google.
If you don’t know how to do that, learn as fast as you can.

How about this then:
function post_type_fetch() {
if ( isset( $_GET['post'] ) ) {
$post_type = get_post_type( intval( $_GET['post'] ) );
var_dump( $post_type );
}
}
add_action( 'after_setup_theme', 'post_type_fetch' );Thank bit fade, he is the author 
You are using TimThumb, which is not allowed anymore.
Why is there no url input validation? I can enter anything and it says Is Down 
mixey said
Item: http://codecanyon.net/item/visual-composer-for-wordpress/242431 Banner: https://dl.dropboxusercontent.com/u/10764168/200x200.jpg My mac is again in service center can’t resample image to other size now![]()
If you want, you can send me source files and I’ll edit them for you.
You just achieved my goal
Good job!
Enabled saidThis is what bitfade/pixelentity uses in all of their themes. He was rejected once for that but when he explained that it only affects his own shortcodes, item passed, so you are good to go 100%.
OriginalEXE saidThanks mate, but have you used this in themes and had them approved? Or is there anyone who used this and has had themes approved?
https://gist.github.com/bitfade/4555047
