Make WordPress Themes

Changeset 208422


Ignore:
Timestamp:
11/15/2023 12:35:46 PM (2 years ago)
Author:
themedropbox
Message:

New version of SKT Coach - 1.1

Location:
skt-coach/1.1
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • skt-coach/1.1/footer.php

    r195240 r208422  
    2929        <?php if (!empty($footer_text)) { ?>
    3030            <?php echo esc_html($footer_text); ?>
    31         <?php } else { ?>
    32             <?php bloginfo('name'); ?> <?php esc_html_e('Theme By SKT Themes','skt-coach'); ?>
    33         <?php } ?>
     31        <?php } ?>
     32       
     33        <?php bloginfo('name'); ?> <?php esc_html_e('Theme By ','skt-coach');?><a href="<?php echo esc_url('https://www.sktthemes.org/');?>" rel="nofollow" target="_blank"><?php esc_html_e('SKT Themes','skt-coach'); ?></a>
    3434        </div>
    3535     <div class="clear"></div>
  • skt-coach/1.1/readme.txt

    r195240 r208422  
    44Requires at least: 5.0
    55Requires PHP:  5.6
    6 Tested up to: 6.2
    7 Version: 1.0
     6Tested up to: 6.4
     7Version: 1.1
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
     
    6464
    6565== Changelog ==
     66= 1.1 =
     67i)  Compatibility with WordPress 6.4
     68ii) Added company footer credits
     69
    6670= 1.0 =
    6771*      Initial version release.         
  • skt-coach/1.1/style.css

    r195240 r208422  
    55Author URI: https://www.sktthemes.org
    66Description: SKT Coach is a coaching related WordPress theme for mentors, therapists, motivational speakers, leaders, counselors, copywriters, course creators, medical practitioners, entrepreneurs, nutritionists, personal development experts, fitness, gym, weight training, educational websites, learning management systems (LMS), training centers, colleges, academies, schools, universities, kindergartens and course-selling platforms. You can create a professional website to showcase your services like (Life, Health, Career, Instructor, GYM, Wellness & Fitness) and introduce yourself to potential clients. SEO optimized, responsive, flexible, scalable and easy to use. Build using Elementor page builder. Documentation : https://www.sktthemesdemo.net/documentation/skt-coach-doc/
    7 Version: 1.0
    8 Tested up to: 6.2
     7Version: 1.1
     8Tested up to: 6.4
    99Requires PHP: 5.6
    1010License: GNU General Public License
     
    10511051
    10521052.copyright-txt a {
    1053   color: #000000;
    1054 }
    1055 
    1056 .copyright-txt a:hover, #footermenu li.current-menu-item a, #footermenu li.current_page_item a{
     1053  color: #919090;
     1054}
     1055
     1056.copyright-txt a:hover{
     1057    color:#333;
     1058}
     1059
     1060#footermenu li.current-menu-item a, #footermenu li.current_page_item a{
    10571061  color: #d9a4ad;
    10581062}
Note: See TracChangeset for help on using the changeset viewer.