Project Files
0 files
0 folders
- _helper
- css
- inc
- js
- languages
- layouts
- opt
- tpl
- update-checker
- user
- .gitignore.gitignoretempCodeRunnerFile.php .vscode inc/blocks/node_modules
- 404.php404.php<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Sakurairo */ add_action('wp_head', function() { wp_dequeue_style('wp-block-library'); ...
- LICENSELICENSEBinary file or too large to preview
- README.mdREADME.md**简体中文** | [繁體中文](README_tw.md) | [English](README_en.md) | [日本語](README_ja.md) [](https://github.com/mirai-mamori/Sakurairo) <h1 align="left">Theme Sakurairo </h1> > 一款具有 AI 辅助阅读功能的 WordPress 主题,多彩、友好、功能全面、体验完善。 [](https://git...
- README_en.mdREADME_en.md[简体中文](README.md) | [繁體中文](README_tw.md) | **English** | [日本語](README_ja.md) [](https://github.com/mirai-mamori/Sakurairo) <h1 align="left">Theme Sakurairo </h1> > A WordPress theme that is built with AI-assisted reading features, colorful, user-friendly, well-rounded, and rich in functionalities. [ | [繁體中文](README_tw.md) | [English](README_en.md) | **日本語** [](https://github.com/mirai-mamori/Sakurairo) <h1 align="left">Theme Sakurairo </h1> > AIが読み上げをアシストするWordPressテーマ。カラフルで親しみやすく、機能が充実しています。 [ | **繁體中文** | [English](README_en.md) | [日本語](README_ja.md) [](https://github.com/mirai-mamori/Sakurairo) <h1 align="left">Theme Sakurairo </h1> > 一款具有 AI 輔助閱讀功能的 WordPress 主題,多彩、友善、功能全面、體驗完善。 [](https://github...
- archive.phparchive.php<?php /** * The template for displaying archive pages. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Sakurairo */ get_header(); ?> <div id="primary" class="content-area"> ...
- author.phpauthor.php<?php get_header(); ?> <div class="author_info"> <div class="avatar" data-post-count="<?php echo count_user_posts(get_the_author_meta('ID'), 'post'); ?>"> <?php echo get_avatar(get_the_author_meta('ID')); ?> </div> <div class="author-center"> <h3><?php the_author(); ?></h3> <div class="description"> ...
- comments.phpcomments.phpBinary file or too large to preview
- exhibition.phpexhibition.phpBinary file or too large to preview
- 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 Sakura */ ...
- functions.phpfunctions.phpBinary file or too large to preview
- header.phpheader.phpBinary file or too large to preview
- index.phpindex.php<?php get_header(); // 获取组件顺序数据 $component_order = iro_opt('homepage_components',[]) ? iro_opt('homepage_components',[]) : array(); // 按顺序动态渲染组件 foreach ($component_order as $component) { switch ($component) { // 静态页面 case 'static_page': $static_page_id = iro_opt("static_page_id"); ...
- 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 ...
- screenshot.jpgscreenshot.jpgBinary 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 Sakurairo */ 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 Sakurairo */ //disable get_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 Sakurairo */ get_header(); ?> <div id="primary" class="content-area"> ...
- style.cssstyle.cssBinary file or too large to preview
Select a file from project to view its contents
Bookmarks