remove archive from url :: marketpress

You need to set the rewrite parameter with_front to false inside your post type registration.

'rewrite'  => array( 'slug' => your-posttype-slug, 'with_front' => false ),

See the rewrite parameter on the register_post_type codex page.