Since version 2.2.2 the date and time format of matches has been determined by the settings in Settings > General. You can easily change the format of date or time…
You may want to change the label used to display appearances, for example, an international club may want to change APPS to CAPS. To alter the label used to display…
You can de-register the default WP Club Manager stylesheet by adding the following snippet to your themes functions.php file, which hooks into the wp_print_styles action: function custom_deregister_styles() { wp_deregister_style( ‘wpclubmanager-general’…
You can add your own preset sports by hooking into the wpcm_sports action. The following is an example which needs to be added to your themes functions.php. function custom_add_new_sport( $sport…