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: archive-agent.php
<?php /** * Agent Archive * * @package realhomes */ get_header(); ?> <div class="rh-page-container container"> <div class="row"> <div class="col-8 main-content"> <?php get_template_part( 'assets/ultra/partials/page-head' ); // Display any contents after the page head and before the contents. do_action( 'inspiry_before_page_contents' ); ?> <main id="main" class="rh-main main"> <?php if ( have_posts() ) { while ( have_posts() ) { the_post(); get_template_part( 'assets/ultra/partials/agent/card' ); } inspiry_theme_pagination(); } else { realhomes_print_no_result(); } ?> </main> </div> <?php if ( is_active_sidebar( 'agent-sidebar' ) ) { ?> <div class="col-4 sidebar-content"> <?php get_sidebar( 'agent' ); ?> </div> <?php } ?> </div> </div><!-- .rh-page-container --> <?php get_footer();
Upload File
Create Folder