/home/sitetest/makie/homedir/public_html/wp-content/themes/formlab
NameSizeModeActions
images/-0755rm
Video/-0755rm
.htaccess1270644editdlrm
404.php2460644editdlrm
archive.php46550644editdlrm
category.php46560644editdlrm
coming-soon.php22670644editdlrm
contact.php9080644editdlrm
editor-style.css7980644editdlrm
footer-home.php47740644editdlrm
footer-project.php370644editdlrm
footer.php47730644editdlrm
functions.php14610644editdlrm
header-home.php53240644editdlrm
header.php24480644editdlrm
home-2.php.php39100644editdlrm
home.php13140644editdlrm
index.php36260644editdlrm
manifest.json2560644editdlrm
page.php3810644editdlrm
process.php5280644editdlrm
projects.php11430644editdlrm
responsive.css48230644editdlrm
screenshot.jpg484700644editdlrm
sidebar-0.php730644editdlrm
sidebar-1.php730644editdlrm
sidebar-2.php730644editdlrm
sidebar-3.php730644editdlrm
sidebar-4.php730644editdlrm
sidebar-5.php730644editdlrm
sidebar-6.php730644editdlrm
sidebar.php00644editdlrm
single.php19380644editdlrm
style.css238170644editdlrm
Edit: /home/sitetest/makie/homedir/public_html/wp-content/themes/formlab/functions.php (1461B)
'Site Footer About', 'id' => 'sidebar-0', 'before_widget' => '
', 'after_widget' => '
', ) ); register_sidebar( array( 'name' => 'Site Header Social', 'id' => 'sidebar-1', 'before_widget' => '
', 'after_widget' => '
', ) ); register_sidebar( array( 'name' => 'Projects Category Filter', 'id' => 'sidebar-2', 'before_widget' => '
', 'after_widget' => '
', ) ); register_sidebar( array( 'name' => 'Projects Tag Filter', 'id' => 'sidebar-3', 'before_widget' => '
', 'after_widget' => '
', ) ); } // For Featured Image. add_action( 'widgets_init', 'arphabet_widgets_init' ); if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails', array( 'post', 'page', 'product' ) ); } // For the Block Editor. add_action( 'after_setup_theme', 'my_theme_setup' ); function my_theme_setup() { add_editor_style(); add_theme_support( 'editor-styles' ); } //Excerpt Length function custom_excerpt_length( $length ) { return 30; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); //Disabling Widget Block Editior function example_theme_support() { remove_theme_support( 'widgets-block-editor' ); } add_action( 'after_setup_theme', 'example_theme_support' ); ?>