96
Validation results

Page Builder Framework

Free WordPress 6.4.3 theme

Page Builder Framework

Free WordPress 6.4.3 theme
96
This theme is open source.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.Found wrong tag block-styles in style.css header.Found wrong tag wide-blocks in style.css header.
  2. Text domain : Incorrect use of translation functions.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are page-builder-framework, kirki.
  3. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  4. Editor style : Presence of editor styleNo 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.
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : init.php
    Ligne19: require_once( WPBF_THEME_DIR . '/inc/backwards-compatibility.php' );
    Ligne22: require_once( WPBF_THEME_DIR . '/inc/options.php' );
    Ligne25: require_once( WPBF_THEME_DIR . '/assets/kirki/kirki.php' );
    Ligne28: require_once( WPBF_THEME_DIR . '/inc/customizer/wpbf-kirki.php' );
    Ligne31: require_once( WPBF_THEME_DIR . '/inc/body-classes.php' );
    Ligne35: require_once( WPBF_THEME_DIR . '/inc/breadcrumbs.php' );
    Ligne39: require_once( WPBF_THEME_DIR . '/inc/helpers.php' );
    Ligne42: require_once( WPBF_THEME_DIR . '/inc/comments.php' );
    Ligne45: require_once( WPBF_THEME_DIR . '/inc/misc.php' );
    Ligne48: require_once( WPBF_THEME_DIR . '/inc/integration/gutenberg/gutenberg.php' )
    Ligne51: require_once( WPBF_THEME_DIR . '/inc/customizer/customizer-functions.php' )
    Ligne54: require_once( WPBF_THEME_DIR . '/inc/theme-mods.php' );
    Ligne58: require_once( WPBF_THEME_DIR . '/inc/integration/edd/edd.php' );
    Ligne63: require_once( WPBF_THEME_DIR . '/inc/integration/woocommerce/woocommerce.ph
    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 : customizer-functions.php
    Ligne72: include_once( get_template_directory() . '/inc/customizer/styles.php' );
    Ligne97: <?php require( get_template_directory() . '/inc/customizer/styles.php' ); ?>
    Ligne125: require( get_template_directory() . '/inc/customizer/custom-controls.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 : woocommerce.php
    Ligne64: require_once( WPBF_THEME_DIR . '/inc/integration/woocommerce/wpbf-kirki-woo
    Ligne67: require_once( WPBF_THEME_DIR . '/inc/integration/woocommerce/woocommerce-fu
    Ligne70: require_once( WPBF_THEME_DIR . '/inc/integration/woocommerce/woocommerce-st
    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 : gutenberg.php
    Ligne76: include_once( WPBF_THEME_DIR . '/inc/integration/gutenberg/gutenberg-styles
    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 : edd.php
    Ligne34: require_once( WPBF_THEME_DIR . '/inc/integration/edd/wpbf-kirki-edd.php' );
    Ligne37: require_once( WPBF_THEME_DIR . '/inc/integration/edd/edd-functions.php' );
    Ligne40: require_once( WPBF_THEME_DIR . '/inc/integration/edd/edd-styles.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.
Other checked themes