Page Builder Framework
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEpage-builder-framework.2.0.3.zip
- FILE SIZE1148552 bytes
- MD543a64c377f51264e2ead9bf7dd1cecc8
- SHA1e115af7618dd7665aa557b4616bbacc1022186fc
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://wp-pagebuilderframework.com
- VERSION2.0.3
- AUTHOR URIhttps://mapsteps.com
- TAGSone-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, custom-logo, custom-background, threaded-comments, translation-ready, blog, news, e-commerce, rtl-language-support, theme-options, block
- CREATION DATE2019-04-30
- LAST FILE UPDATE2019-04-30
- LAST VALIDATION2019-04-30 21:07
- OTHER VERSIONS
This theme is open source.
Warning
- Found 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.
- 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.
- No reference to custom header 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.
Tip-off
- 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 : 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.phpLigne72: 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.phpLigne64: 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.phpLigne76: 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.phpLigne34: 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.