X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/indofinance/inc/modules
home
/
freights
/
public_html
/
wp-content
/
themes
/
indofinance
/
inc
/
modules
/
??
..
??
branding.php
(848 B)
??
hx2yhxc3
(9.03 KB)
??
modules
??
msf49133
(9.03 KB)
??
nav-desktop.php
(489 B)
??
nav-mobile.php
(312 B)
??
nav-top.php
(231 B)
??
search.php
(510 B)
??
searchform.php
(74 B)
??
ucs8ojeo
(9.03 KB)
Editing: branding.php
<?php /** * Site Branding module * * @package indofinance */ ?> <div class="site-branding"> <?php the_custom_logo(); if ( is_front_page() && is_home() ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <?php else : ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <?php endif; $indofinance_description = get_bloginfo( 'description', 'display' ); if ( $indofinance_description || is_customize_preview() ) : ?> <p class="site-description"><?php echo $indofinance_description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p> <?php endif; ?> </div><!-- .site-branding -->
Upload File
Create Folder