Home › Forums › Theme support › Translation for the WordPress Backend › Reply To: Translation for the WordPress Backend
Yes, I think its possible. Please go to the folder “7league”, open the file “init.php” and remove these lines:
require_once ( get_template_directory() . '/7league/posttype-client.php' );
require_once ( get_template_directory() . '/7league/posttype-testimonial.php' );
require_once ( get_template_directory() . '/7league/posttype-team.php' );
require_once ( get_template_directory() . '/7league/posttype-portfolio.php' );
require_once ( get_template_directory() . '/7league/posttype-mapr.php' );
After removing these lines of code it should work.