Repository: puikinsh/Dazzling Branch: master Commit: 4532e2ed45ff Files: 85 Total size: 893.5 KB Directory structure: gitextract_41rgm0hj/ ├── 404.php ├── README.md ├── archive.php ├── comments.php ├── content-none.php ├── content-page.php ├── content-single.php ├── content.php ├── footer.php ├── functions.php ├── header.php ├── image.php ├── inc/ │ ├── css/ │ │ ├── bootstrap.css │ │ ├── flexslider.css │ │ └── jigoshop.css │ ├── custom-header.php │ ├── customizer.php │ ├── extras.php │ ├── fonts/ │ │ └── FontAwesome.otf │ ├── jetpack.php │ ├── jigoshop-setup.php │ ├── js/ │ │ ├── customizer.js │ │ ├── dev/ │ │ │ ├── bootstrap.js │ │ │ ├── flexslider.js │ │ │ └── functions.js │ │ └── main.js │ ├── metaboxes.php │ ├── navwalker.php │ ├── template-tags.php │ ├── tgmpa/ │ │ ├── class-tgm-plugin-activation.php │ │ └── tgm-plugin-activation.php │ ├── widgets/ │ │ ├── widget-popular-posts.php │ │ └── widget-social.php │ ├── woo-setup.php │ └── wpcom.php ├── index.php ├── languages/ │ ├── da_DK.mo │ ├── da_DK.po │ ├── dazzling.pot │ ├── de_DE.mo │ ├── de_DE.po │ ├── es_ES.mo │ ├── es_ES.po │ ├── es_MX.mo │ ├── es_MX.po │ ├── fa_IR.mo │ ├── fa_IR.po │ ├── fi.mo │ ├── fi.po │ ├── fr_FR.mo │ ├── fr_FR.po │ ├── hu_HU.mo │ ├── hu_HU.po │ ├── it_it.mo │ ├── it_it.po │ ├── lt_LT.mo │ ├── lt_LT.po │ ├── nl_NL.mo │ ├── nl_NL.po │ ├── pl_PL.mo │ ├── pl_PL.po │ ├── pt_BR.mo │ ├── pt_BR.po │ ├── pt_PT.mo │ ├── pt_PT.po │ ├── readme.txt │ ├── ru_ru.mo │ ├── ru_ru.po │ ├── sv_SE.mo │ ├── sv_SE.po │ ├── tr_TR.mo │ ├── tr_TR.po │ ├── uk.mo │ └── uk.po ├── page-fullwidth.php ├── page.php ├── readme.txt ├── search.php ├── searchform.php ├── sidebar-footer.php ├── sidebar-home.php ├── sidebar.php ├── single.php ├── style.css └── wpml-config.xml ================================================ FILE CONTENTS ================================================ ================================================ FILE: 404.php ================================================
Get started here.', 'dazzling' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>
' . get_the_title() . '' ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>'dazzling_comment', 'avatar_size' => 60 ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>