<?php /** * Custom header implementation */ function organic_farm_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'organic_farm_custom_header_args', array( 'default-image' => get_parent_theme_file_uri( '/assets/images/header-img.png' ), 'default-text-color' => 'fff', 'header-text' => false, 'width' => 1200, 'height' => 150, 'flex-width' => true, 'flex-height' => true, 'wp-head-callback' => 'organic_farm_header_style', ) ) ); register_default_headers( array( 'default-image' => array( 'url' => '%s/assets/images/header-img.png', 'thumbnail_url' => '%s/assets/images/header-img.png', 'description' => __( 'Default Header Image', 'organic-farm' ), ), 'default-image-2' => array( 'url' => '%s/assets/images/header-img-2.png', 'thumbnail_url' => '%s/assets/images/header-img-2.png', 'description' => __( 'Default Header Image 2', 'organic-farm' ), ), 'default-image-3' => array( 'url' => '%s/assets/images/header-img-3.png', 'thumbnail_url' => '%s/assets/images/header-img-3.png', 'description' => __( 'Default Header Image 3', 'organic-farm' ), ), ) ); } add_action( 'after_setup_theme', 'organic_farm_custom_header_setup' ); if ( ! function_exists( 'organic_farm_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see organic_farm_custom_header_setup(). */ add_action( 'wp_enqueue_scripts', 'organic_farm_header_style' ); function organic_farm_header_style() { if ( get_header_image() ) : $organic_farm_custom_css = " .header-image, .woocommerce-page .single-post-image { background-image:url('".esc_url(get_header_image())."'); background-position: top; background-size:cover!important; background-repeat:no-repeat!important; } "; wp_add_inline_style( 'organic-farm-style', $organic_farm_custom_css ); endif; } endif;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
TGM | Folder | 0755 |
|
|
dashboard | Folder | 0755 |
|
|
sortable | Folder | 0755 |
|
|
switch | Folder | 0755 |
|
|
breadcrumb.php | File | 2 KB | 0644 |
|
custom-control.php | File | 3.3 KB | 0644 |
|
custom-header.php | File | 2.05 KB | 0644 |
|
customizer-home-page.php | File | 30.92 KB | 0644 |
|
customizer.php | File | 68.28 KB | 0644 |
|
extra_customization.php | File | 14.53 KB | 0644 |
|
icon-picker.php | File | 20.48 KB | 0644 |
|
section-pro.php | File | 1.36 KB | 0644 |
|
template-functions.php | File | 1.5 KB | 0644 |
|
template-tags.php | File | 2.48 KB | 0644 |
|
typofont.php | File | 2.61 KB | 0644 |
|
wptt-webfont-loader.php | File | 17.09 KB | 0644 |
|