I've just bought your Winwood theme to find that there are horrendous spelling errors throughout it - including the word 'acitivities' which forms part of the URL. I assume I am not the first to point this out - have you updated the theme to fix this?
You can add code below in functions.php for child theme.
function opal_post_types_slug( $args, $post_type ) {
/*item post type slug*/
if ( 'acitivities' === $post_type ) {
$args['rewrite']['slug'] = 'activities';
}
return $args;
}
add_filter( 'register_post_type_args', 'opal_post_types_slug', 10, 2 );
Then check again the issues. Or send me info login admin site. We will check for you.
Thank.
WpOpal Support Team
We are located in GMT +7 time zone and we answer all questions within 12-48 hours in weekdays. In some rare cases the waiting time can be to 48 hours. Support tickets sent during weekends or public holidays will be processed next Monday or the next business day.
If you like our theme, Please vote it 5 stars. We are really really appreciate your vote : To vote go to http://themeforest.net/downloads then follow that link : Here
I've just bought your Winwood theme to find that there are horrendous spelling errors throughout it - including the word 'acitivities' which forms part of the URL. I assume I am not the first to point this out - have you updated the theme to fix this?
Dear mate,
You can add code below in functions.php for child theme.
Then check again the issues. Or send me info login admin site. We will check for you.
Thank.
WpOpal Support Team
We are located in GMT +7 time zone and we answer all questions within 12-48 hours in weekdays. In some rare cases the waiting time can be to 48 hours. Support tickets sent during weekends or public holidays will be processed next Monday or the next business day.
If you like our theme, Please vote it 5 stars. We are really really appreciate your vote :
To vote go to http://themeforest.net/downloads then follow that link : Here
Thanks and have a nice day
Website: http://wpopal.com/ | Follow to Get Our Promotion Themes