Project Files
0 files
0 folders
- assets
- docs
- globals
- header-footer-grid
- inc
- languages
- page-templates
- plugins
- template-parts
- vendor
- views
- woocommerce
- 404.php404.php<?php /** * 404 template. * * @package RSK_World * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ get_header(); ...
- 500.php500.php<?php /** * The template for 500 page in PWA. * * @package rskworld * @since 2.4.3 */ pwa_get_header( 'pwa' ); do_action( 'rskworld_do_server_error' ); pwa_get_footer( 'pwa' ); ...
- LICENSELICENSEGNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 2026 Molla Samser https://rskworld.in/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ....
- README-COMPANION.mdREADME-COMPANION.md# RSK World Companion - Integrated Plugin ## 🎉 **PREMIUM FEATURES BUNDLED WITH THEME** **RSK World Theme now includes the complete RSK World Companion plugin with 50+ premium educational features - ALL FREE!** ### **🚀 WHAT'S INCLUDED:** **Complete Educational Platform:** - ✅ Course Management System - ✅ Student Enrollment & Progress Tracking - ✅ Certificate Generation & Download - ✅ Advanced Analytics Dashboard - ✅ Social Features & Sharing ...
- README.mdREADME.md# RSK World Theme **RSK World** is your one-stop destination for free programming resources, source code, and development tools. Founded by Molla Samser, with Designer & Tester Rima Khatun, this theme provides ultra-fast WordPress performance designed for top performance, SEO, and Core Web Vitals. ## Theme Information - **Theme Name:** RSK World - **Version:** 1.0.0 - **Author:** Molla Samser - **Designer & Tester:** Rima Khatun - **Website:** https://rskworld.in/ - **Email:** help@rskworld.in/ ...
- archive-download.phparchive-download.php<?php /** * Author: Uriahs Victor * Created on: 14/07/2021 (d/m/y) * * @package rskworld */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'download-archive' ); get_header(); ?> ...
- autoloader.phpautoloader.php<?php /** * RSK World Autoloader * * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Created on: 2026 * Website: https://rskworld.in/ * * @package RSK_World ...
- comments.phpcomments.php<?php /** * The template for displaying comments. * * @package rskworld */ if ( post_password_required() ) { return; } ?> ...
- footer-pwa.phpfooter-pwa.php<?php /** * The template for displaying the footer in PWA. * * @package rskworld * @since 2.4.3 */ ?> <?php wp_footer(); ?> </body> ...
- footer.phpfooter.php<?php /** * The template for displaying the footer * * Contains the closing of the "wrapper" div and all content after. * * @package RSK_World * @since 1.0.0 * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun ...
- functions.phpfunctions.php<?php /** * RSK World functions.php file * * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Created on: 2026 * Website: https://rskworld.in/ * Contact: +91 93305 39277 * Address: Nutanhat, Mongolkote, Purba Burdwan, West Bengal, India, 713147 ...
- header-pwa.phpheader-pwa.php<?php /** * The template for displaying the header for PWA pages. * * @package RSK_World * @since 1.0.0 * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ ...
- header.phpheader.php<?php /** * The template for displaying the header * * Displays all of the head element and everything up until the page header div. * * @package RSK_World * @since 1.0.0 * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun ...
- index.phpindex.php<?php /** * Index template. * * @package RSK_World * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ // Exit if accessed directly ...
- offline.phpoffline.php<?php /** * The template for offline page in PWA. * * @package RSK_World * @since 1.0.0 * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ ...
- page.phppage.php<?php /** * The template for displaying all pages. * * @package RSK_World * @since 1.0.0 * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ ...
- postcss.config.jspostcss.config.jsmodule.exports = { plugins: [require('tailwindcss')], };
- screenshot-mobile.pngscreenshot-mobile.pngBinary file or too large to preview
- screenshot.pngscreenshot.pngBinary file or too large to preview
- search.phpsearch.php<?php /** * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Created on: 2026 * Website: https://rskworld.in/ * * @package RSK_World */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'blog-archive' ); ...
- searchform.phpsearchform.php<?php /** * Search form * * @package RSK_World. * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ $form_classes = [ 'search-form' ]; ...
- sidebar-shop.phpsidebar-shop.php<?php /** * The Sidebar containing the main widget areas. * * @package rskworld */ if ( ! is_active_sidebar( 'shop-sidebar' ) ) { return; } ?> <div class="rskworld-sidebar-wrap col-sm-12 rskworld-right"> ...
- sidebar.phpsidebar.php<?php /** * The Sidebar containing the main widget areas. * * @package rskworld */ if ( ! is_active_sidebar( 'blog-sidebar' ) ) { return; } ?> <div class="rskworld-blog-sidebar"> ...
- single-download.phpsingle-download.php<?php /** * Author: Uriahs Victor * Created on: 05/08/2021 (d/m/y) * * @package rskworld */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'single-download' ); get_header(); ?> ...
- single.phpsingle.php<?php /** * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Created on: 2026 * Website: https://rskworld.in/ * * @package RSK_World */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'single-post' ); ...
- start.phpstart.php<?php /** * Start file handles bootstrap. * * @package RSK_World * Author: Molla Samser <help@rskworld.in> * Designer & Tester: Rima Khatun * Website: https://rskworld.in/ */ /** ...
- style-main-new-rtl.cssstyle-main-new-rtl.cssBinary file or too large to preview
- style-main-new-rtl.min.cssstyle-main-new-rtl.min.cssBinary file or too large to preview
- style-main-new.cssstyle-main-new.cssBinary file or too large to preview
- style-main-new.min.cssstyle-main-new.min.cssBinary file or too large to preview
- style.cssstyle.css/* Theme Name: RSK World Theme URI: https://rskworld.in/ Author: Molla Samser Author URI: https://rskworld.in/ Tested up to: 6.2 Requires PHP: 7.0 Requires at least: 5.5 Description: RSK World is your one-stop destination for free programming resources, source code, and development tools. Founded by Molla Samser, with Designer & Tester Rima Khatun, this theme provides ultra-fast WordPress performance designed for top performance, SEO, and Core Web Vitals. Perfect for ...
- taxonomy-download_category.phptaxonomy-download_category.php<?php /** * Author: Uriahs Victor * Created on: 14/07/2021 (d/m/y) * * @package rskworld */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'download-archive' ); get_header(); ?> ...
- taxonomy-download_tag.phptaxonomy-download_tag.php<?php /** * Author: Uriahs Victor * Created on: 14/07/2021 (d/m/y) * * @package rskworld */ $container_class = apply_filters( 'rskworld_container_class_filter', 'container', 'download-archive' ); get_header(); ?> ...
- toolset-config.jsontoolset-config.json{ "data": [ { "name": "rskworld_blog_archive_container_style", "type": [ "customizer" ], "group": "Layout", "target": [ "archive" ...
- wpml-config.xmlwpml-config.xml<wpml-config> <custom-fields> <custom-field action="copy-once">rskworld_meta_content_width</custom-field> <custom-field action="copy-once">rskworld_meta_disable_title</custom-field> <custom-field action="copy-once">rskworld_meta_sidebar</custom-field> <custom-field action="copy-once">rskworld_meta_enable_content_width</custom-field> <custom-field action="copy-once">rskworld_meta_disable_header</custom-field> <custom-field action="copy-once">rskworld_meta_disable_footer<...
Select a file from project to view its contents
Bookmarks