外觀
佈景主題架構
子主題檔案組織、各檔案功能與覆寫的父主題模板。
主題資訊
| 啟用主題 | Puskar |
| 父主題 | puskar |
| 子主題 | 否 |
| 作者 | templatesell |
| 版本 | 1.4.0 |
| 檔案數 | 106(PHP 59 / CSS 15 / JS 15) |
目錄結構
puskar/
├── 404.php
├── archive.php
├── comments.php
├── footer.php
├── functions.php
├── header.php
├── index.php
├── page.php
├── search.php
├── sidebar.php
├── single.php
├── style-rtl.css
├── style.css
├── css/
│ ├── animate.css
│ ├── bootstrap.css
│ ├── bootstrap.min.css
│ ├── customizer-style.css
│ ├── editor-styles.css
│ ├── font-awesome.css
│ ├── font-awesome.min.css
│ ├── main.css
│ ├── responsive.css
│ ├── slick.css
│ └── themify-icons.css
├── js/
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ ├── custom-infinte-pagination.js
│ ├── custom-masonry.js
│ ├── custom-sticky-sidebar.js
│ ├── custom.js
│ ├── customizer.js
│ ├── imagesloaded.js
│ ├── navigation.js
│ ├── skip-link-focus-fix.js
│ ├── slick.js
│ ├── slick.min.js
│ ├── theia-sticky-sidebar.js
│ └── widgets.js
├── template-parts/
│ ├── content-none.php
│ ├── content-page.php
│ ├── content-search.php
│ ├── content-single.php
│ └── content.php
├── template-parts/sections/
│ ├── boxes-section.php
│ ├── header-section.php
│ └── slider-section.php
├── templatesell/
│ ├── custom-header.php
│ ├── customizer-category-control.php
│ ├── customizer-radio-image-control.php
│ ├── customizer.php
│ ├── dynamic-css.php
│ ├── enqueue.php
│ ├── jetpack.php
│ ├── sanitize-functions.php
│ ├── template-functions.php
│ ├── template-tags.php
│ └── ts-core-files.php
├── templatesell/about/
│ ├── about.css
│ └── about.php
├── templatesell/breadcrumbs/
│ └── breadcrumbs.php
├── templatesell/filters/
│ ├── body-class.php
│ ├── excerpt.php
│ └── jetpack-widget.php
├── templatesell/hooks/
│ ├── breadcrumb.php
│ ├── footer.php
│ ├── masonry.php
│ ├── posts-navigation.php
│ ├── related-posts.php
│ ├── sections.php
│ └── social-sharing.php
├── templatesell/pro-notice/
│ ├── notice.css
│ └── pro-notice.php
├── templatesell/theme-settings/
│ ├── blog-page-options.php
│ ├── boxes-options.php
│ ├── breadcrumb-options.php
│ ├── color-options.php
│ ├── footer-options.php
│ ├── logo-options.php
│ ├── single-page-options.php
│ ├── slider-options.php
│ ├── sticky-sidebar-options.php
│ ├── theme-settings.php
│ └── top-header-options.php
├── templatesell/upgrade/
│ ├── class-customize.php
│ ├── customize-controls.js
│ └── section-pro.php
└── templatesell/widgets/
├── ts-author-widget.php
├── ts-recent-posts-widget.php
└── widget-init.php