Polyclinic
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEpolyclinic.1.4.4.zip
- FILE SIZE777459 bytes
- MD56a63ccdde2a33ccb147b943d8b5e678a
- SHA1b2d6d0725f74abb581f383f5d30bbabe3dab503f
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEMEFOREST PAGEhttp://themeforest.net/item/polyclinic-accessible-medical-wordpress-theme/13500455 ($60)
- THEME URIhttp://www.webmandesign.eu/polyclinic-wordpress-theme/
- VERSION1.4.4
- AUTHOR URIhttp://www.webmandesign.eu/
- TAGSone-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options
- CREATION DATE2017-01-26
- LAST FILE UPDATE2017-03-04
- LAST VALIDATION2017-03-04 21:45
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Tip-off

- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - Possible hard-coded links were found in the file header.php.Line 599: $output .= '<a href='http://windows.microsoft.com/ie'>' . esc_html__( 'Please, upgrade your Inte
Line 600: $output .= ' <a href='http://browsehappy.com/'>' . esc_html__( 'Or, switch to another browser.',
Possible hard-coded links were found in the file theme-options.php.Line 899: '<a href='http://www.google.com/fonts' target='_blank'><strong>Google Fonts</strong><Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : setup.php Line 872: require_once( get_template_directory() . '/library/includes/visual-editor.p
Line 890: require_once( get_template_directory() . '/includes/front/tha.php' );
Line 894: require_once( get_template_directory() . '/includes/front/header.php' );
Line 898: require_once( get_template_directory() . '/includes/front/menu.php' );
Line 902: require_once( get_template_directory() . '/includes/front/content.php' );
Line 906: require_once( get_template_directory() . '/includes/front/loop.php' );
Line 910: require_once( get_template_directory() . '/includes/front/post.php' );
Line 914: require_once( get_template_directory() . '/includes/front/footer.php' );
Line 918: require_once( get_template_directory() . '/includes/front/widgets.php' );
Line 930: require_once( get_template_directory() . '/includes/theme-options/theme-opt
Line 934: require_once( get_template_directory() . '/includes/custom-header/custom-he
Line 938: require_once( get_template_directory() . '/includes/post-formats/class-post
Line 1014: require_once( get_template_directory() . '/includes/widgets/staff-filter.ph
Line 1018: require_once( get_template_directory() . '/includes/widgets/wp-recent-posts
Line 1030: require_once( get_template_directory() . '/includes/plugins/webman-amplifie
Line 1034: require_once( get_template_directory() . '/includes/plugins/advanced-custom
Line 1038: require_once( get_template_directory() . '/includes/plugins/beaver-builder/
Line 1042: require_once( get_template_directory() . '/includes/plugins/breadcrumb-navx
Line 1046: require_once( get_template_directory() . '/includes/plugins/jetpack/jetpack
Line 1051: require_once( get_template_directory() . '/includes/plugins/one-click-demo-
Line 1056: require_once( get_template_directory() . '/includes/plugins/smart-slider/sm
Line 1060: require_once( get_template_directory() . '/includes/plugins/subtitles/subti
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : header.php Line 346: require_once( get_template_directory() . '/assets/css-generate/custom-style If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : one-click-demo-import.php Line 41: require_once( 'class-one-click-demo-import.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-core.php Line 1423: require_once( get_template_directory() . '/assets/css-generate/generate-cssLine 1710: require_once( ABSPATH . '/wp-admin/includes/file.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-customize.php Line 500: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 501: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 502: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 503: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 504: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 505: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin.php Line 46: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 51: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 59: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : update-notifier.php Line 44: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : visual-editor.php Line 27: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : customize.php Line 27: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php Line 94: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 98: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 102: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css.php Line 55: require_once( get_template_directory() . $css_file_name );Line 68: require_once( get_template_directory() . '/assets/css-generate/custom-style
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-editor-rtl.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-editor.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-rtl.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-shortcode-posts-post.php Line 31: include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-paLine 35: include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-pa
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-shortcode-posts-wm_staff.php Line 24: <?php include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-pa If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
This is a ThemeForest theme. Since Themeforest items are all checked by a human before they appear on their website, ThemeForest verification rules are more permissive than themecheck's and can give a better verification score ( Themeforest requirements ).
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEpolyclinic.1.4.4.zip
- FILE SIZE777459 bytes
- MD56a63ccdde2a33ccb147b943d8b5e678a
- SHA1b2d6d0725f74abb581f383f5d30bbabe3dab503f
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEMEFOREST PAGEhttp://themeforest.net/item/polyclinic-accessible-medical-wordpress-theme/13500455 ($60)
- THEME URIhttp://www.webmandesign.eu/polyclinic-wordpress-theme/
- VERSION1.4.4
- AUTHOR URIhttp://www.webmandesign.eu/
- TAGSone-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options
- CREATION DATE2017-01-26
- LAST FILE UPDATE2017-03-04
- LAST VALIDATION2017-03-04 21:45
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Tip-off

- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - Possible hard-coded links were found in the file header.php.Line 599: $output .= '<a href='http://windows.microsoft.com/ie'>' . esc_html__( 'Please, upgrade your Inte
Line 600: $output .= ' <a href='http://browsehappy.com/'>' . esc_html__( 'Or, switch to another browser.',
Possible hard-coded links were found in the file theme-options.php.Line 899: '<a href='http://www.google.com/fonts' target='_blank'><strong>Google Fonts</strong><Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 908: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 916: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
Line 924: '<a href='http://www.google.com/fonts/specimen/Titillium+Web' target='_blank'>Titilli
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : setup.php Line 872: require_once( get_template_directory() . '/library/includes/visual-editor.p
Line 890: require_once( get_template_directory() . '/includes/front/tha.php' );
Line 894: require_once( get_template_directory() . '/includes/front/header.php' );
Line 898: require_once( get_template_directory() . '/includes/front/menu.php' );
Line 902: require_once( get_template_directory() . '/includes/front/content.php' );
Line 906: require_once( get_template_directory() . '/includes/front/loop.php' );
Line 910: require_once( get_template_directory() . '/includes/front/post.php' );
Line 914: require_once( get_template_directory() . '/includes/front/footer.php' );
Line 918: require_once( get_template_directory() . '/includes/front/widgets.php' );
Line 930: require_once( get_template_directory() . '/includes/theme-options/theme-opt
Line 934: require_once( get_template_directory() . '/includes/custom-header/custom-he
Line 938: require_once( get_template_directory() . '/includes/post-formats/class-post
Line 1014: require_once( get_template_directory() . '/includes/widgets/staff-filter.ph
Line 1018: require_once( get_template_directory() . '/includes/widgets/wp-recent-posts
Line 1030: require_once( get_template_directory() . '/includes/plugins/webman-amplifie
Line 1034: require_once( get_template_directory() . '/includes/plugins/advanced-custom
Line 1038: require_once( get_template_directory() . '/includes/plugins/beaver-builder/
Line 1042: require_once( get_template_directory() . '/includes/plugins/breadcrumb-navx
Line 1046: require_once( get_template_directory() . '/includes/plugins/jetpack/jetpack
Line 1051: require_once( get_template_directory() . '/includes/plugins/one-click-demo-
Line 1056: require_once( get_template_directory() . '/includes/plugins/smart-slider/sm
Line 1060: require_once( get_template_directory() . '/includes/plugins/subtitles/subti
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : header.php Line 346: require_once( get_template_directory() . '/assets/css-generate/custom-style If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : one-click-demo-import.php Line 41: require_once( 'class-one-click-demo-import.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-core.php Line 1423: require_once( get_template_directory() . '/assets/css-generate/generate-cssLine 1710: require_once( ABSPATH . '/wp-admin/includes/file.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-customize.php Line 500: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 501: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 502: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 503: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 504: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 505: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : admin.php Line 46: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 51: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 59: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : update-notifier.php Line 44: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : visual-editor.php Line 27: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : customize.php Line 27: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php Line 94: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBRLine 98: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
Line 102: require_once( trailingslashit( get_template_directory() ) . POLYCLINIC_LIBR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css.php Line 55: require_once( get_template_directory() . $css_file_name );Line 68: require_once( get_template_directory() . '/assets/css-generate/custom-style
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-editor-rtl.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-editor.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : generate-css-rtl.php Line 55: require( get_template_directory() . $css_file_name ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-shortcode-posts-post.php Line 31: include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-paLine 35: include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-pa
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : content-shortcode-posts-wm_staff.php Line 24: <?php include( Polyclinic_Theme_Framework::get_stylesheet_directory( 'template-pa If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.