X7ROOT File Manager
Current Path:
/home/bloomi9/realworks1.com/wp-content/themes/realhomes
home
/
bloomi9
/
realworks1.com
/
wp-content
/
themes
/
realhomes
/
📁
..
📁
168631
📄
404.php
(149 B)
📄
archive-agency.php
(1023 B)
📄
archive-agent.php
(1019 B)
📄
archive-property.php
(152 B)
📄
archive.php
(146 B)
📁
assets
📄
author.php
(139 B)
📄
comments.php
(4.84 KB)
📁
common
📄
footer.php
(2.36 KB)
📁
framework
📄
functions.php
(47.18 KB)
📄
header.php
(1.4 KB)
📄
index.php
(139 B)
📁
languages
📄
page.php
(135 B)
📄
readme.md
(1.14 KB)
📄
readme.txt
(537 B)
📄
screenshot.png
(71.76 KB)
📄
search.php
(144 B)
📄
sidebar-agency.php
(162 B)
📄
sidebar-agent.php
(145 B)
📄
sidebar-contact.php
(213 B)
📄
sidebar-optima-express.php
(227 B)
📄
sidebar-pages.php
(145 B)
📄
sidebar-property-listing.php
(167 B)
📄
sidebar-property.php
(151 B)
📄
sidebar.php
(140 B)
📄
single-agency.php
(167 B)
📄
single-agent.php
(148 B)
📄
single-property.php
(148 B)
📄
single.php
(148 B)
📄
style.css
(1.05 KB)
📄
taxonomy-agency-location.php
(192 B)
📄
taxonomy-agent-location.php
(189 B)
📄
taxonomy-property-city.php
(167 B)
📄
taxonomy-property-feature.php
(169 B)
📄
taxonomy-property-status.php
(167 B)
📄
taxonomy-property-type.php
(163 B)
📁
templates
📄
woocommerce.php
(158 B)
📄
wpml-config.xml
(30.67 KB)
Editing: header.php
<?php /** * Header file for the Realhomes WordPress theme. * * @link https://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914 * * @package Realhomes */ ?><!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <meta name="format-detection" content="telephone=no"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); // Fire the wp_body_open action. if ( is_page_template( 'templates/dashboard.php' ) ) { get_template_part( 'common/dashboard/header' ); } else { if ( 'classic' !== INSPIRY_DESIGN_VARIATION ) { echo '<div class="rh_wrap rh_wrap_stick_footer">'; } if ( is_page_template( 'templates/half-map-layout.php' ) || is_page_template( 'templates/properties-search-half-map.php' ) ) { echo '<div class="inspiry_half_map_header_wrapper">'; // wrap-up header to make half map fixed compatible with Elementor. } if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { if ( function_exists( 'hfe_header_enabled' ) && true == hfe_header_enabled() ) { hfe_render_header(); } else { get_template_part( 'assets/' . INSPIRY_DESIGN_VARIATION . '/partials/header' ); } } }
Upload File
Create Folder