Project Files
0 files
0 folders
- assets
- gutenberg
- languages
- stickers
- template-parts
- theme-update-checker
- 404.php404.php<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> <link href="<?php bloginfo('template_url'); ?>/assets/vendor/nucleo/css/nucleo.css" rel="stylesheet"> <link href="<?php bloginfo('template_url'); ?>/assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link type="text/css" href="<?php bloginfo('template_url'); ?>/assets/css/argon.min.css" rel=...
- LICENSELICENSEBinary file or too large to preview
- README.mdREADME.mdBinary file or too large to preview
- README_en.mdREADME_en.md [简体中文](README.md) | [繁體中文](README_tw.md) | **English** | [Russian](README_ru.md) # Argon-Theme Argon - A light, simple and beautiful WordPress theme [](https://github.com/solstice23/argon-theme/releases) [ [简体中文](README.md) | [繁體中文](README_tw.md) | [English](README_en.md) | **Русский** # Argon-Theme Argon - Легкая, простая и красивая тема WordPress [](https://github.com/solstice23/argon-theme/releases) [ [简体中文](README.md) | **繁體中文** | [English](README_en.md) | [Russian](README_ru.md) # Argon-Theme Argon - 壹個輕盈、簡潔、美觀的 WordPress 主題 [](https://github.com/solstice23/argon-theme/releases) [; ?> <div class="page-information-card-container"> <div class="page-information-card card bg-gradient-secondary shadow-lg border-0"> <div class="card-body"> <h3 class="text-black"> <?php the_archive_title();?> </h3> <?php if (the_archive_description() != ''){ ?> <p class="text-black mt-3"> <?php the_archive_description(); ?> </p> <?php } ?> ...
- argontheme.jsargontheme.jsBinary file or too large to preview
- comments-shuoshuo-preview.phpcomments-shuoshuo-preview.php<?php if ( post_password_required() ) { return; } ?> <?php if ( have_comments() ){?> <div class="shuoshuo-comments"> <?php /*the_comments_navigation();*/ ?> <ol class="comment-list"> <?php ...
- comments.phpcomments.phpBinary file or too large to preview
- emotions.phpemotions.php<?php $emotionListDefault = array( array( 'groupname' => __('颜文字', 'argon'), 'list' => array( array('type' => 'text', 'text' => "|´・ω・)ノ"), array('type' => 'text', 'text' => "ヾ(≧∇≦*)ゝ"), array('type' => 'text', 'text' => "(☆ω☆)"), array('type' => 'text', 'text' => "(╯‵□′)╯︵┴─┴"), array('type' => 'text', 'text' => " ̄﹃ ̄"), ...
- footer.phpfooter.php<footer id="footer" class="site-footer card shadow-sm border-0"> <?php echo get_option('argon_footer_html'); ?> <div>Theme <a href="https://github.com/solstice23/argon-theme" target="_blank"><strong>Argon</strong></a><?php if (get_option('argon_hide_footer_author') != 'true') {echo " By solstice23"; }?></div> </footer> </main> </div> </div> <script src="<?php echo $GLOBALS['assets_path']; ?>/argontheme.js?v<?php echo $GLOBALS['theme_version']; ?>"></...
- functions.phpfunctions.phpBinary file or too large to preview
- header.phpheader.phpBinary file or too large to preview
- index.phpindex.php<?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main article-list article-list-home" role="main"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); if (get_post_type() == 'shuoshuo'){ ...
- info.jsoninfo.json{ "version": "1.3.5", "details_url": "https://github.com/solstice23/argon-theme/releases", "download_url": "https://github.com/solstice23/argon-theme/releases/download/v1.3.5/argon.zip" }
- login.csslogin.cssbody { background: linear-gradient(150deg,#7795f8 15%,#6772e5 70%,#555abf 94%); } .login h1 { display: none; } .login form { background-color: #fafafa; border: none; border-radius: .25rem; ...
- msgboard.phpmsgboard.php<?php /* Template Name: 留言板 (请打开页面的评论功能) */ ?> <?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> ...
- page.phppage.php<?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); if (get_option("argon_show_sharebtn") != 'false') { ...
- parsedown.phpparsedown.phpBinary file or too large to preview
- screenshot.pngscreenshot.pngBinary file or too large to preview
- search.phpsearch.php<?php get_header(); ?> <div class="page-information-card-container"> <div class="page-information-card card bg-gradient-secondary shadow-lg border-0" <?php if (isset($_GET['post_type'])){echo 'style="animation: none;"';}?>> <div class="card-body"> <h3 class="text-black mr-2 d-inline-block"> <?php echo get_search_query();?> </h3> <p class="lead text-black mt-0 d-inline-block"> <?php _e('的搜索结果', 'argon');?> </p> <?php if (get_option('argon_enable_search_filters', ...
- searchform.phpsearchform.php<form id="argon_serach_form" method="get" action="<?php echo get_option('home'); ?>"> <div class="form-group mb-3"> <div class="input-group input-group-alternative"> <div class="input-group-prepend"> <span class="input-group-text"><i class="fa fa-search"></i></span> </div> <input name="s" class="form-control" placeholder="<?php _e('搜索什么...', 'argon');?>" type="text" autocomplete="off" > </div> </div> <div class="text-center"> ...
- settings.phpsettings.phpBinary file or too large to preview
- shuoshuo.phpshuoshuo.php<?php /* Template Name: 说说 */ query_posts("post_type=shuoshuo&post_status=publish&posts_per_page=-1"); ?> <?php get_header(); ?> <div class="page-information-card-container"> <div class="page-information-card card bg-gradient-secondary shadow-lg border-0"> <div class="card-body"> ...
- sidebar.phpsidebar.phpBinary file or too large to preview
- single-shuoshuo.phpsingle-shuoshuo.php<?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'shuoshuo-details' ); if (get_option("argon_show_sharebtn") != 'false') { ...
- single.phpsingle.php<?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); if (get_option("argon_show_sharebtn") != 'false') { ...
- style.cssstyle.cssBinary file or too large to preview
- timeline.phptimeline.php<?php /* Template Name: 归档时间轴 */ ?> <?php get_header(); ?> <div class="page-information-card-container"></div> <?php get_sidebar(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> ...
- unsubscribe-comment-mailnotice.phpunsubscribe-comment-mailnotice.php<?php require(preg_replace('/wp-content(.*?)$/', '', dirname( __FILE__ )) . 'wp-blog-header.php'); header('HTTP/1.1 200 OK'); $id = intval($_GET['comment'] ?? -1); $token = $_GET['token'] ?? ""; if ($id == -1) { $page_title = __('参数错误', 'argon'); $title = "<i class='fa fa-close' style='color: #f5365c;margin-right: 12px;'></i>" . __("错误", 'argon'); $info = __("提供的参数错误", 'argon'); } ...
- useragent-parser.phpuseragent-parser.phpBinary file or too large to preview
Select a file from project to view its contents
Bookmarks