Project Files
0 files
0 folders
- css
- fonts
- images
- inc
- js
- languages
- sections
- template-parts
- .gitattributes.gitattributes# Auto detect text files and perform LF normalization * text=auto # Custom for Visual Studio *.cs diff=csharp # Standard to msysgit *.doc diff=astextplain *.DOC diff=astextplain *.docx diff=astextplain *.DOCX diff=astextplain *.dot diff=astextplain ...
- .gitignore.gitignore# Windows image file caches Thumbs.db ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ # Windows Installer files *.cab *.msi ...
- 404.php404.php<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Education_Zone */ get_header(); ?> ...
- archive.phparchive.php<?php /** * The template for displaying archive pages. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education_Zone */ get_header(); ?> <div id="primary" class="content-area"> ...
- category-news.phpcategory-news.php<?php /** * The template for displaying category posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education_Zone */ get_header(); ?> <div id="primary" class="content-area"> ...
- category.phpcategory.php<?php /** * The template for displaying category posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education_Zone */ get_header(); ?> <div id="primary" class="content-area"> ...
- comments.phpcomments.php<?php /** * The template for displaying comments. * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education_Zone ...
- content-category.phpcontent-category.php<?php /** * Template part for displaying posts. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education_Zone */ $metadata = get_theme_mod('education_zone_metadata'); ?> ...
- footer.phpfooter.php<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Education_Zone * RSK World Education - Free Programming Resources & Source Code ...
- functions.phpfunctions.php<?php /** * Education Zone functions and definitions. * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Education_Zone * RSK World Education - Free Programming Resources & Source Code * Founded by Molla Samser, Designed & Tested by Rima Khatun * Website: https://rskworld.in ...
- header.phpheader.php<?php /** * The header for our theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Education_Zone */ ...
- index.phpindex.php<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @link https://codex.wordpress.org/Template_Hierarchy ...
- page.phppage.php<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy ...
- readme.txtreadme.txt=== Education Zone === Original Author: Rara Theme (http://raratheme.com) Extended by mcoirad (https://github.com/mcoirad) == Description == This is a modified version of Rara Themes' excellent education-zone theme. It fixes some bugs, and makes the design more centered on something that an educational institution would use (and less of a blog). It was originally designed for the 100,000 Strong in the Americas website. You can see a demo at: http://dmitchell.x10host.com/ == Added Features == * C...
- screenshot.pngscreenshot.pngBinary file or too large to preview
- search.phpsearch.php<?php /** * The template for displaying search results pages. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package Education_Zone */ get_header(); ?> <section id="primary" class="content-area"> ...
- sidebar.phpsidebar.php<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Education_Zone */ if ( ! is_active_sidebar( 'right-sidebar' ) ) { return; ...
- single.phpsingle.php<?php /** * The template for displaying all single posts. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package Education_Zone */ get_header(); ?> ...
- style.cssstyle.cssBinary file or too large to preview
- template-home.phptemplate-home.php<?php /** * Template Name: Home Page * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Education Zone */ get_header(); $enabled_sections = education_zone_get_sections(); ...
Select a file from project to view its contents
Bookmarks