Project Files
0 files
0 folders
- assets
- inc
- lib
- page-templates
- template-parts
- LICENSE.txtLICENSE.txtBinary file or too large to preview
- comments.phpcomments.php<?php wp_list_comments(); the_comments_pagination(); comment_form();
- footer.phpfooter.php<!-- footer-start --> <footer class="footer"> <div class="row"> <div class="col-md-12"> <div class="footer-massage"> <?php if(get_theme_mod('learnegy_footer_credit_settings')) { echo esc_html( get_theme_mod('learnegy_footer_credit_settings')); } else { echo '@ learnegy | Developed by <a href="https://mamurjor.com/">Mamurjor IT</a...
- functions.phpfunctions.php<?php define( 'CUSTOMIZER_REPEATER_VERSION', '1.1.0' ); require_once get_template_directory() . '/inc/learnegy-post-meta.php'; require_once get_template_directory() . '/inc/learnegy-repeater.php'; require_once get_template_directory() . '/lib/learnegy-nav.php'; require_once get_template_directory() . '/inc/config/learnegy-customizer-config.php'; require_once get_template_directory() . '/inc/learnegy-plugins.php'; if(!function_exists('learnegy_theme_setup')) { ...
- header.phpheader.php<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> ...
- index.phpindex.php<?php get_header(); ?> <main id="content"> <!-- blog-section-start --> <section> <div class="main-container"> <div class="container"> <div class="row"> <?php ...
- page.phppage.php<?php get_header(); ?> <main id="content"> <!-- single-event-details-start --> <section> <!-- single-coureses-start-second --> <div class="main-container"> <div class="container"> <div class="row"> ...
- readme.txtreadme.txt=== Learnegy - Multipurpose LMS WordPress Theme === Contributors: saifullahsiddique, Hadi Jaman, MD Niamatullah Atif, Rasel Mia Requires at least: 5.8 Tested up to: 5.9 Requires PHP: 7.3 Stable tag: 1.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Learnegy is a LMS theme. ...
- screenshot.pngscreenshot.pngBinary file or too large to preview
- sidebar-single.phpsidebar-single.php<?php if(is_active_sidebar('blog-sidebar-single')) { dynamic_sidebar( 'blog-sidebar-single' ); } ?>
- sidebar.phpsidebar.php<?php if(is_active_sidebar('blog-sidebar')) { dynamic_sidebar( 'blog-sidebar' ); } ?>
- single.phpsingle.php<?php get_header(); ?> <main id="content"> <!-- single-event-details-start --> <section> <!-- single-coureses-start-second --> <div class="main-container"> <div class="container"> <div class="row"> ...
- style.cssstyle.css/* Theme Name: Learnegy Author: Mamurjor IT Author URI: https://mamurjor.com Description: Learnegy is developed to make beautiful lms website for training institute, school, college, universities and it's standing for any kind of websites. It's perfect to manage a institute. It offers a fully responsive layout to be displayed on every kind of device. Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, stick...
Select a file from project to view its contents
Bookmarks