WhiteHousePro
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEwhitehousepro308.zip
- FILE SIZE1083797 bytes
- MD58b97d979f2c07f0f03f6cf185e4228b3
- SHA18db8ded745157b21f7509cd63eed6af778ba79b9
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.pagelines.com/themes/
- VERSION3.0.8
- AUTHOR URIhttp://www.pagelines.com
- TAGStheme-options, white, silver, light, two-columns, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready
- CREATION DATE2019-06-21
- LAST FILE UPDATE2019-06-21
- LAST VALIDATION2019-06-21 20:16
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- ini_set('display_errors', 1); Found ini_set in file init_core.php. 18:
- Found <iframe width="'.$width.'" height="'.$height.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'.$src.'&output=embed"> in file shortcode_library.php. 134: return '<iframe width=''.$width.'' height=''.$height.'' frameborder='0' scrolling='
- add_menu_page('Page title', 'Top-level menu title', 'administrator', 'my-toFile init_admin.php : 33: add_object_page ('Page Title', THEMENAME, 8,'pagelines', 'pagelines_theme_oFile init_admin.php : 39: //add_submenu_page(parent, page_title, menu_title, capability required, file/40: $pagelines_options_page = add_submenu_page('pagelines', 'Theme Options', 'Theme Options', 8, 'pagelin47: //add_submenu_page(parent, page_title, menu_title, capability required, file/48: $pagelines_features_page = add_submenu_page('pagelines', 'Feature Page Setup', 'Feature Setup', 8, 'paFile init_admin.php : 39: //add_submenu_page(parent, page_title, menu_title, capability required, file/40: $pagelines_options_page = add_submenu_page('pagelines', 'Theme Options', 'Theme Options', 8, 'pagelin47: //add_submenu_page(parent, page_title, menu_title, capability required, file/48: $pagelines_features_page = add_submenu_page('pagelines', 'Feature Page Setup', 'Feature Setup', 8, 'paFile init_admin.php : 39: //add_submenu_page(parent, page_title, menu_title, capability required, file/40: $pagelines_options_page = add_submenu_page('pagelines', 'Theme Options', 'Theme Options', 8, 'pagelin47: //add_submenu_page(parent, page_title, menu_title, capability required, file/48: $pagelines_features_page = add_submenu_page('pagelines', 'Feature Page Setup', 'Feature Setup', 8, 'paFile init_admin.php : 39: //add_submenu_page(parent, page_title, menu_title, capability required, file/40: $pagelines_options_page = add_submenu_page('pagelines', 'Theme Options', 'Theme Options', 8, 'pagelin47: //add_submenu_page(parent, page_title, menu_title, capability required, file/48: $pagelines_features_page = add_submenu_page('pagelines', 'Feature Page Setup', 'Feature Setup', 8, 'paFile pagepost_setup.php : 8: add_action('admin_menu', 'add_edit_page');15: function add_edit_page(){ File init_admin.php : 32: //
- Constant TEMPLATEPATH was found in the file globals.php. get_template_directory() should be used instead. 22: define('THEME_CONFIG', TEMPLATEPATH . '/config');23: define('THEME_LIB', TEMPLATEPATH . '/library');39: define('PAGELINES_PRO', TEMPLATEPATH . '/pro');42: define('PRO', TEMPLATEPATH . '/pro');45: define('DEV', TEMPLATEPATH . '/dev');58: $locale_file = TEMPLATEPATH . '/language/$locale.php';Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 8: define('CORE', TEMPLATEPATH . '/_core');11: define('CORE', TEMPLATEPATH . '/core');
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?> wp_list_cats found in file _defaultsidebar.php. Deprecated since version 2.1. Use wp_list_categories instead.29: <?php
- get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'><?php _e('Hoget_settings found in file header.php. Deprecated since version 2.1. Use get_option() instead.72: <a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php bloginfo('name');?>'><img src='<?ph74: <h1 class='site-title'><a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'><?php bloginget_settings found in file functions_body.php. Deprecated since version 2.1. Use get_option() instead.85: <?php if($home):?><li class='page_item '><a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'><?php _e('Hoget_settings found in file functions_sidebars.php. Deprecated since version 2.1. Use get_option() instead.106: <a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'>111: <a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'>get_settings found in file footer.php. Deprecated since version 2.1. Use get_option() instead.56: <a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'>60: <h3 class='footer-site-title'><a class='home' href='<?php echo get_settings('home'); ?>/' title='<?php _e('Home',TDOMAIN);?>'><?php blogin get_settings found in file _footer_nav.php. Deprecated since version 2.1. Use get_option() instead.3: <li class='page_item <?php if ( is_front_page() ) { ?>current_page_item<?php } ?>'><a class='home' href='<?php echo
- the_author_description(); ?></p>the_author_description found in file functions_body.php. Deprecated since version 2.8. Use the_author_meta('description') instead.117: <p><?php the_author_description(); ?></p> the_author_description found in file _authorinfo.php. Deprecated since version 2.8. Use the_author_meta('description') instead.8: <p><?php
- the_author_url(); ?>' target='_blank'><?php _e('Visit Authors Website',TDOMthe_author_url found in file functions_body.php. Deprecated since version 2.8. Use the_author_meta('url') instead.118: <div class='author-details'><a href='<?php the_author_url(); ?>' target='_blank'><?php _e('Visit Authors Website',TDOM the_author_url found in file _authorinfo.php. Deprecated since version 2.8. Use the_author_meta('url') instead.9: <div class='author-details'><a href='<?php
- attribute_escape(__('Save', TDOMAIN)); ?>' /></span></p> attribute_escape found in file twitter.php. Deprecated since version 2.8. Use esc_attr() instead.247: <span class='submit'><input type='submit' name='twitter-number-submit' id='twitter-number-submit' value='<?php echo
- add_object_page found in file init_admin.php. Deprecated since version 4.5. Use add_menu_page instead.33: add_object_page ('Page Title', THEMENAME, 8,'pagelines', 'pagelines_theme_o
- get_bloginfo('template_url'));get_bloginfo('template_url') was found in the file shortcode_library.php. Use get_template_directory_uri() instead.143: function get_themeurl($atts){ return get_bloginfo('template_url'); } get_bloginfo('template_url') was found in the file globals.php. Use get_template_directory_uri() instead.26: define('THEME_ROOT',
- bloginfo('home'); ?>/'>bloginfo('home') was found in the file functions_body.php. Use echo esc_url( home_url() ) instead.10: <form method='get' id='searchform' class='' action='<?php bloginfo('home'); ?>/'> bloginfo('home') was found in the file _searchform.php. Use echo esc_url( home_url() ) instead.2: <form method='get' id='searchform' class='' action='<?php
Warning
- The tag white has been deprecated, it must be removed from style.css header.The tag silver has been deprecated, it must be removed from style.css header.The tag light has been deprecated, it must be removed from style.css header.The tag fixed-width has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is whitehousepro.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'PageLines - Welcome' in file config_widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The options for this widget are set in theme options.' in file config_widgets.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'By default this widget only shows on your posts and single post pages. It can be set to show on all pages where the widget should be shown.' in file config_widgets.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The main sidebar for the theme.' in file config_sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Navigation' in file config_sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Navigation' in file config_sidebars.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Footer Social Links' in file config_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view comments.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Response »' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1 Response »' in file comments.php.Found a translation function that is missing a text-domain. Function _n, with the arguments '% Response', '% Responses' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to “' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave a Reply to %s' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You must be' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'logged in' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'to post a comment.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Logged in as' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out of this account' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Log out »' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Name' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "(required)" in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Mail (will not be published)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments '(required)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Website' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'You can use these tags:' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Submit Comment' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Permanent Link To' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Permanent Link To' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Permanent Link to' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'On' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'in' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'by' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<strong>(Edit Post)</strong>' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p>Continue reading »</p>' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p><strong>Pages:</strong>' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'number' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file _posts.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tagged with: ' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error 404 - Page Not Found' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Nothing Found' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Sorry, what you are looking for isn\'t here.' in file _posts.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Categories' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Tags' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Articles' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Links' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Meta' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Entries (RSS)' in file _defaultsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Go To Top »' in file _contentfooter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file _footer_nav.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file _footer_nav.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Looking for something?' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Use the form below to search the site:' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Still not finding what you\'re looking for? Drop a comment on a post or contact us so we can <br> take care of it!' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archives' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All entries, chronologically...' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit our friends!' in file _morefoot.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'A few highly recommended friends...' in file _morefoot.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit Post)' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'View Comments' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments' in file _post_footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Post' in file _post_footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Full Post »' in file _post_footer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Leave A Response' in file _post_footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About the author' in file _authorinfo.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit Authors Website' in file _authorinfo.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file _searchform.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file _searchform.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file _searchform.php.Found a translation function that is missing a text-domain. Function __, with the arguments '« Previous Entries' in file _pagination.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Entries »' in file _pagination.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The content sidebar has been activated on this page/post but doesn\'t have any widgets added to it. Add some widgets to this sidebar in appearance > widgets in the admin.' in file _contentsidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The secondary sidebar has been selected but doesn\'t have any widgets. Add some widgets to your secondary sidebar in the admin under appearance > widgets.' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The short sidebar has been selected but doesn\'t have any widgets. Add some widgets to your short sidebar in the admin under appearance > widgets.' in file sidebar.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file header.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'More' in file template_feature.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "You have selected the carousel page template but the plugins aren't activated for the selected mode (either NextGen-Gallery or FlickrRSS). Options are set in page options. Default mode is FlickrRSS." in file template_carousel.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The secondary sidebar will show up instead of your main sidebar if you select "show secondary sidebar" on page/post options.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'This is just like the secondary sidebar, but we recommend you keep it short for pages without long form content (to show: select "short sidebar" on page/post options).' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These widgets appear underneath your page/post content. Select the "individual page" checkbox option for them to appear.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'These widgets appear full-width underneath your page content and sidebar. Select the "individual page" option for them to appear.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Left sidebar in "morefoot" element enabled in options.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Middle sidebar in "morefoot" element enabled in options.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Right sidebar in "morefoot" element enabled in options.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Use this 5-widget sidebar if you want to use widgets in your footer columns instead of the default.' in file sidebars_pro.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search' in file functions_body.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The Latest' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Search Results For:' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Error 404' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archives' in file functions_body.php.Found a translation function that is missing a text-domain. Function __, with the arguments '« Previous Entries' in file functions_body.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Next Entries »' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'About the author' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit Authors Website' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Share on' in file functions_body.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "You have selected the carousel page template but the plugins aren't activated for the selected mode (either NextGen-Gallery or FlickrRSS). Options are set in page options. Default mode is FlickrRSS." in file functions_effects.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit Slide)' in file functions_effects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'More' in file functions_effects.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The secondary sidebar has been selected but doesn\'t have any widgets. Add some widgets to your secondary sidebar in the admin under appearance > widgets.' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The short sidebar has been selected but doesn\'t have any widgets. Add some widgets to your short sidebar in the admin under appearance > widgets.' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The content sidebar has been activated on this page/post but doesn\'t have any widgets added to it. Add some widgets to this sidebar in appearance > widgets in the admin.' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Full width widgets selected but no widgets have been added.' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Looking for something?' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Use the form below to search the site:' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Still not finding what you\'re looking for? Drop a comment on a post or contact us so we can take care of it!' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Visit our friends!' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'A few highly recommended friends...' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Archives' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'All entries, chronologically...' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pages' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Stay In Touch' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS Feed' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'More' in file functions_sidebars.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'RSS not configured' in file twitter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter messages not available.' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s ago' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y/m/d' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%s' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Y/m/d H:i:s' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'label' in file twitter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Twitter Widgets' in file twitter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'How many Twitter widgets would you like?' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save' in file twitter.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Twitter #%d' in file twitter.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Theme Options' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Feature Setup' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Get ' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Demo' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Theme Docs' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Forum' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Customer Feedback Form »' in file admin_functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Feature Slide' in file option_templates.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Feature Box' in file option_templates.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Feature Slide' in file option_templates.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'New Feature Box' in file option_templates.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Update" in file pagepost_setup.php.Found a translation function that is missing a text-domain. Function _e, with the arguments "Update" in file pagepost_setup.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slides' in file post_types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Slide' in file post_types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Boxes' in file post_types.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Box' in file post_types.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Full width widgets selected but no widgets have been added.' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Pages' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Stay In Touch' in file footer.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'More' in file footer.php.
- The theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find comment_form.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Possible variable $field found in translation function in twitter.php. Translation function calls should not contain PHP variables.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- Text Domain: is missing from your style.css header.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- Screenshot size is 300x225px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible hard-coded links were found in the file config_options.php.359: 'This theme is equipped to use it. Select this option to enable it. Visit the <a href='http://cufon.shoqolate.com/generate/'>Cufon site</a>.'368: 'exp' => 'Use the <a href='http://cufon.shoqolate.com/generate/'>Cufon site</a> to generate a font fil359: 'This theme is equipped to use it. Select this option to enable it. Visit the <a href='http://cufon.shoqolate.com/generate/'>Cufon site</a>.'368: 'exp' => 'Use the <a href='http://cufon.shoqolate.com/generate/'>Cufon site</a> to generate a font fil387: 'etc... Visit <a href='http://html-color-codes.com/'>this site</a> for a reference.'454: 'exp' => 'More info on this can be found <a href='http://code.google.com/p/ie7-js/'>here</a>.'476: 'exp' => 'If you are a <a href='http://www.pagelines.com/partners'>PageLines Partner</a> enter your link he547: '<li><strong>Support</strong> <p>For help getting started, we offer our pro customers tons of support including <a href='http://www.pagelines.com/docs' target='_blank'>docs</a>, <a href='http://ww549: '<li><strong>Page Templates</strong> <p>PageLines has created several page templates for you to choose from when creating new pages. This is how you will add elements like the feature pages, and carousel. When you create new pages, you will find these on the right hand sidebar.</p> <p>Find more information about PageLines page templates in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .559: '<li><strong>Widgets and Dynamic Layout</strong> <p>To make it super easy to customize your layout, we have added tons of sidebars and widget areas. You can find and set these up under '<strong>appearance</strong>' > '<strong>widgets</strong>'</p> <p>Find more information about this themes widget areas in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .547: '<li><strong>Support</strong> <p>For help getting started, we offer our pro customers tons of support including <a href='http://www.pagelines.com/docs' target='_blank'>docs</a>, <a href='http://ww549: '<li><strong>Page Templates</strong> <p>PageLines has created several page templates for you to choose from when creating new pages. This is how you will add elements like the feature pages, and carousel. When you create new pages, you will find these on the right hand sidebar.</p> <p>Find more information about PageLines page templates in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .559: '<li><strong>Widgets and Dynamic Layout</strong> <p>To make it super easy to customize your layout, we have added tons of sidebars and widget areas. You can find and set these up under '<strong>appearance</strong>' > '<strong>widgets</strong>'</p> <p>Find more information about this themes widget areas in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .552: '<li><p><a href='http://www.deliciousdays.com/cforms-plugin/' target='_blank'>CFormsII</a> -554: '<li><p><a href='http://eightface.com/wordpress/flickrrss/' target='_blank'>FlickrRSS</a> - 547: '<li><strong>Support</strong> <p>For help getting started, we offer our pro customers tons of support including <a href='http://www.pagelines.com/docs' target='_blank'>docs</a>, <a href='http://ww549: '<li><strong>Page Templates</strong> <p>PageLines has created several page templates for you to choose from when creating new pages. This is how you will add elements like the feature pages, and carousel. When you create new pages, you will find these on the right hand sidebar.</p> <p>Find more information about PageLines page templates in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .559: '<li><strong>Widgets and Dynamic Layout</strong> <p>To make it super easy to customize your layout, we have added tons of sidebars and widget areas. You can find and set these up under '<strong>appearance</strong>' > '<strong>widgets</strong>'</p> <p>Find more information about this themes widget areas in the <a href='http://www.pagelines.com/docs'>docs</a>. </p></li>' .Possible hard-coded links were found in the file config_features.php.101: 'exp' => 'Use <a href='http://www.w3schools.com/css/css_background.asp'>CSS background shorthand</Possible hard-coded links were found in the file twitter.php.7: Description: Displays your public Twitter messages for all to read. Based on <a href='http://cavemonkey50.com/code/pownce/'>Pownce for Wordpress</a> by <a href='Possible hard-coded links were found in the file option_templates.php.5: if(VPRO) $intro = '<small><strong>Welcome to '.THEMENAME.' theme options.</strong> This section allows you to customize your theme. <br/>We hope you are enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';35: <?php echo THEMENAME;?> is the free version of <?php echo PROVERSION;?>, a premium theme by <a href='http://www.pagelines.com' target='_blank'>PageLines</a>.<br/> 72: We hope your enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';5: if(VPRO) $intro = '<small><strong>Welcome to '.THEMENAME.' theme options.</strong> This section allows you to customize your theme. <br/>We hope you are enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';35: <?php echo THEMENAME;?> is the free version of <?php echo PROVERSION;?>, a premium theme by <a href='http://www.pagelines.com' target='_blank'>PageLines</a>.<br/> 72: We hope your enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';5: if(VPRO) $intro = '<small><strong>Welcome to '.THEMENAME.' theme options.</strong> This section allows you to customize your theme. <br/>We hope you are enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';35: <?php echo THEMENAME;?> is the free version of <?php echo PROVERSION;?>, a premium theme by <a href='http://www.pagelines.com' target='_blank'>PageLines</a>.<br/> 72: We hope your enjoying this premium theme from <a href='http://www.pagelines.com'>PageLines</a>.</small>';
- 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 archive.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : config_widgets.php 17: include(THEME_LIB.'/widget_welcome.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 : config_sidebars.php 15: if(VPRO == 1) { include(PAGELINES_PRO.'/sidebars_pro.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 : search.php 3: include(THEME_LIB.'/template_posts.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 : page-carousel-full.php 8: include(THEME_LIB.'/template_posts.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 : page-carousel.php 8: include(THEME_LIB.'/template_posts.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 : page-fullwidth.php 9: include(THEME_LIB.'/template_posts.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 : page-feature-page.php 8: include(THEME_LIB.'/template_posts.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 : page-feature.php 8: include(THEME_LIB.'/template_posts.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 : _posts.php 71: <?php include(THEME_LIB.'/_authorinfo.php');?>76: <?php if(!is_page()) include(THEME_LIB.'/_post_footer.php');?>86: <?php include(THEME_LIB.'/_contentsidebar.php');?>87: <?php if(!is_page() || (is_page() && pagelines('pagecomments', $post->ID))) include(THEME_LIB.'/_commentsform.php');?>91: <?php include(THEME_LIB.'/_pagination.php');?>104: <div class='center fix'><?php include (THEME_LIB . '/_searchform.php'); ?></div> 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 : widget_welcome.php 7: <?php include (THEME_LIB . '/_twittermessages.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 : _defaultsidebar.php 16: <?php include(THEME_LIB.'/_flickr.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 : _sub_head.php 6: <?php require(THEME_LIB.'/_sub_nav.php');?>12: <?php require(THEME_LIB.'/_sub_nav.php');?>19: <?php if(!is_page_template('page-highlight.php') && !pagelines('hidesearch')) include (THEME_LIB . '/_searchform.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 : template_posts.php 17: <?php if($featureslide_template) include(PAGELINES_PRO . '/template_feature.php'); ?>18: <?php if($carousel_page) include(PAGELINES_PRO.'/template_carousel.php');?>22: <?php if(!is_page_template('page-highlight.php') && !is_404()) include(THEME_LIB.'/_sub_head.php');?>24: <?php if(is_page_template('page-fullhighlight.php')) include (PAGELINES_PRO . '/template_highlight.php'); ?>26: <?php if($fboxes_template) include(PAGELINES_PRO . '/template_fboxes.php');?>30: <?php include(PAGELINES_PRO.'/template_highlight.php');?>31: <?php include(THEME_LIB.'/_sub_head.php');?>34: <?php include (THEME_LIB . '/_posts.php'); ?>39: <?php include (THEME_LIB . '/_contentfooter.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 : _morefoot.php 19: <?php include (THEME_LIB . '/_searchform.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 : _sub_nav.php 18: <?php if(!is_page_template('page-highlight.php') && !pagelines('hidesearch')) include (THEME_LIB . '/_searchform.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 : sidebar.php 7: <?php include (THEME_LIB . '/_searchform.php'); ?> 12: <?php if(VPRO) include(THEME_LIB.'/_grandchildnav_pro.php');?>24: <?php if(!pagelines('sidebar_no_default')) include(THEME_LIB.'/_defaultsidebar.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 : page-highlight.php 7: include(THEME_LIB.'/template_posts.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 : page-fullhighlight.php 7: include(THEME_LIB.'/template_posts.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 : header.php 46: <?php if((is_page_template('page-carousel.php') || is_page_template('page-carousel-full.php')) && VPRO) include (CORE_INITS.'/init_carousel.php');?>48: <?php if((is_page_template('page-feature.php') || is_page_template('page-feature-page.php') || (is_home() && pagelines('featureblog'))) && VPRO) include (CORE_INITS.'/init_feature.php');?>50: <?php if(pagelines('enable_drop_down') && VPRO) include (CORE_INITS.'/init_dropdown.php');?>52: <?php if(DEMO) include(THEME_LIB.'/init_picker.php');?> 55: <?php include (THEME_LIB.'/_ie_fixes.php'); ?>56: <?php include (THEME_LIB.'/_customcss.php'); ?>59: <?php if(VPRO) include(THEME_LIB.'/_font_replacement.php');?>66: <?php if(DEMO) include(LIB.'/_picker.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 : 404.php 5: include(THEME_LIB.'/template_posts.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 : functions_sidebars.php 7: <?php if(VPRO) include(CORE_TEMPLATES . '/widget_grandchildnav.php');?>19: <?php if(!pagelines('sidebar_no_default')) include(THEME_LIB.'/_defaultsidebar.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 : functions_header.php 39: <?php include (THEME_LIB . '/_dcss.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 : init_core.php 22: include(CORE.'/globals.php');25: include_once(THEME_CONFIG . '/config_theme.php');38: include_once(THEME_CONFIG . '/config_options.php'); // The Pagelines Option39: include_once(THEME_CONFIG . '/config_features.php'); // The Pagelines Featu40: include_once(THEME_CONFIG . '/config_page_post.php'); // The Pagelines Page41: include_once(THEME_CONFIG . '/config_widgets.php');42: include_once(THEME_CONFIG . '/config_sidebars.php');43: if(file_exists(THEME_CONFIG . '/config_template.php')) include_once(THEME_CONFIG . '/config_template.php');46: include (CORE_ADMIN.'/options.class.php'); 49: include (CORE_FUNCTIONS.'/wp_config_options.php');52: include (CORE.'/functions/functions_library.php');55: include (CORE_FUNCTIONS.'/shortcode_library.php');62: include_once(CORE_ADMIN . '/post_types.php');65: include_once(CORE_ADMIN . '/layout.class.php'); 68: include (CORE_TEMPLATES.'/functions_header.php');69: include (CORE_TEMPLATES.'/functions_body.php');70: include (CORE_TEMPLATES.'/functions_sidebars.php');71: include (CORE_TEMPLATES.'/functions_effects.php');78: if(VPRO) include(PAGELINES_PRO.'/init_pro.php');79: if(VDEV) include(DEV.'/init_dev.php'); 82: if(!function_exists('twitter_messages')) include (CORE_PLUGINS.'/twitter.php');85: include (CORE_ADMIN.'/init_admin.php'); 86: include (CORE_ADMIN.'/admin_functions.php');88: include (CORE_ADMIN.'/option_templates.php'); 89: include (CORE_ADMIN.'/pagepost_setup.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 : globals.php 60: require_once( $locale_file ); 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 : twitter.php 52: include_once(ABSPATH . WPINC . '/rss.php');157: include_once(ABSPATH . WPINC . '/rss.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 : init_admin.php 24: include(CORE_ADMIN.'/pagelines_js_admin.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 : pagepost_setup.php 46: <?php include(CORE_ADMIN.'/page_option_form.php');?>102: <?php include(CORE_ADMIN.'/page_option_form.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 : post_types.php 161: require_once(ABSPATH . 'wp-admin' . '/includes/image.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 : footer.php 38: <?php include (THEME_LIB . '/_morefoot.php'); ?>49: <div id='footer_topline'><?php include (THEME_LIB . '/_twittermessages.php'); ?></div> 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 : index.php 11: include(THEME_LIB.'/template_posts.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 : single.php 3: include(THEME_LIB.'/template_posts.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 : page.php 3: include(THEME_LIB.'/template_posts.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.