X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/goldy-mex/inc
home
/
freights
/
public_html
/
wp-content
/
themes
/
goldy-mex
/
inc
/
??
..
??
19z2pmg3
(9.03 KB)
??
about.php
(5.94 KB)
??
appoinment_load.php
(592 B)
??
custom-header.php
(1.86 KB)
??
customizer-control.php
(16.31 KB)
??
customizer-notify
??
customizer-options
??
customizer.php
(3.25 KB)
??
jetpack.php
(1.45 KB)
??
kirki
??
template-functions.php
(937 B)
??
template-tags.php
(4.69 KB)
??
woocommerce.php
(6.12 KB)
Editing: about.php
<?php function goldy_mex_about_menu() { add_theme_page( esc_html__( 'About Theme', 'goldy-mex' ), esc_html__( 'About Theme', 'goldy-mex' ), 'edit_theme_options', 'goldy-mex-about', 'goldy_mex_about_display' ); } add_action( 'admin_menu', 'goldy_mex_about_menu' ); function goldy_mex_about_display(){ ?> <div class="goldy_mex_about_data"> <div class="goldy_mex_about_title"> <h1><?php echo esc_html('Goldy Mex', 'goldy-mex'); ?></h1> <div class="goldy_mex_about_theme"> <div class="goldy_mex_about_description"> <p> <?php echo esc_html( 'Goldy Mex is a clean, modern, user friendly, responsive and highly customizable WordPress Theme. you’ll easily find the design of this theme impressive and suitable for your Website. This Goldy Mex WordPress theme, carries an abundance of crucial features and functionalities. For instance, featured slider, featured Section, About Section, Our Portfolio, Book an Appointment, Our team Section, Testimonial Slider, Our Services, Our Sponsors, Sticky Header, Social Information, Sidebar, Excerpt Options, and many more. All of these highly customizable features and sections are completely responsive and absolutely easy to customize.', 'goldy-mex' ); ?> </p> <div class="goldy_mex_about_demo"> <div class="feature-section"> <div class="about_data_goldy_solar"> <h3><?php echo esc_html( 'Free Theme Demo', 'goldy-mex' ); ?></h3> <?php $theme_demo_url = 'https://inverstheme.com/themedemo/goldy-mex/'; ?> <a href="<?php echo esc_url($theme_demo_url); ?>"><?php echo esc_html( 'Theme Demo ', 'goldy-mex' ); ?></a> </div> </div> <div class="feature-section"> <div class="about_data_goldy_solar"> <h3><?php echo esc_html( 'Documentation', 'goldy-mex' ); ?></h3> <?php $theme_doc_url = 'https://www.inverstheme.com/goldy-mex-documentation/'; ?> <a href="<?php echo esc_url($theme_doc_url); ?>"><?php echo esc_html( 'Read Documentation', 'goldy-mex' ); ?></a> </div> </div> <div class="feature-section"> <div class="about_data_goldy_solar"> <h3><?php echo esc_html( 'Free VS Pro', 'goldy-mex' ); ?></h3> <?php $theme_compare_url = 'https://www.inverstheme.com/theme/goldy-mex-pro/'; ?> <a href="<?php echo esc_url($theme_compare_url); ?>"><?php echo esc_html( 'Compare free Vs Pro ', 'goldy-mex' ); ?></a> </div> </div> </div> </div> <div class="goldy_mex_about_image"> <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/screenshot.png"> </div> </div> </div> <ul class="tabs"> <li class="tab-link current" data-tab="about"><?php echo esc_html( 'About', 'goldy-mex' ); ?></li> </ul> <div id="about" class="tab-content current"> <div class="about_section"> <div class="about_info_data theme_info"> <div class="about_theme_title"> <h2><?php echo esc_html( 'For Shortcode', 'goldy-mex' ); ?></h2> </div> <div class="about_theme_data"> <p><?php echo esc_html( "For Displaying Theme Sections in Page or Post Put the Shortcode Which Is Given Below.", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Featured Slider : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_featuredimage_slider']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Featured Section : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_featured_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Our Portfolio : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_our_portfolio_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "About Us : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_about_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Book an Appointment : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_appointment_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Our Team : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_our_team_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Our Testimonial : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_our_testimonial_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Our Sponsors : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_our_sponsors_section']", 'goldy-mex' ); ?></p> <p><strong><?php echo esc_html( "Our Services : ", 'goldy-mex' ); ?></strong><?php echo esc_html( "[themesection section='goldy_mex_services_section']", 'goldy-mex' ); ?></p> </div> </div> <div class="about_info_data theme_info"> <div class="about_theme_title"> <h2><?php echo esc_html( 'Theme Customizer', 'goldy-mex' ); ?></h2> </div> <div class="about_theme_data"> <p><?php echo esc_html( 'All Theme Options are available via Customize screen.', 'goldy-mex' ); ?></p> </div> <div class="about_theme_btn"> <a class="customize_btn button button-primary" href="<?php echo esc_url( admin_url( 'customize.php' ) ); ?>"><?php echo esc_html( 'Customize', 'goldy-mex' ); ?></a> </div> </div> <div class="theme_que theme_info"> <div class="about_theme_que"> <h2><?php echo esc_html( 'Got theme support question?', 'goldy-mex' ); ?></h2> </div> <div class="about_que_data"> <p><?php echo esc_html( 'Get genuine support from genuine people. Whether its customization or compatibility, our seasoned developers deliver tailored solutions to your queries.', 'goldy-mex' ); ?></p> </div> <div class="about_que_btn"> <a class="support_forum button button-primary" href="https://www.inverstheme.com/contact-us/"><?php echo esc_html( 'Support Forum', 'goldy-mex' ); ?></a> </div> </div> </div> </div> </div> <?php } ?>
Upload File
Create Folder