6 |
14 |
7 |
8 |
9 |
10 |
11 | homepage.', 'vuetiful' ), home_url( '/' ) ); ?>
12 |
13 | ├── 404.php ├── comments.php ├── footer.php ├── functions.php ├── header.php ├── includes ├── actions.php ├── filters.php └── helpers.php ├── index.php ├── js ├── vue.min.js └── vuetiful.js ├── lib ├── admin │ ├── admin.css │ ├── app.js │ └── template.php ├── modules │ ├── Module.php │ └── Module_Manager.php └── style.php ├── modules └── test │ └── module.php ├── page.php ├── readme.md ├── readme.txt ├── screenshot.png ├── sidebar.php ├── single.php ├── style.css └── template-fullwidth.php /404.php: -------------------------------------------------------------------------------- 1 | 2 |
13 | ' . get_the_title() . '' ); 16 | ?> 17 |
18 | 19 |20 | 'ol', 23 | 'short_ping' => true, 24 | 'avatar_size' => 32, 25 | ) ); 26 | ?> 27 |
28 | 29 | 1 && get_option( 'page_comments' ) ) : ?> 30 | 35 | 38 | 39 | 45 |