240-372-3279
info@hdwebtech.com
5225 Pooks Hill Road Bethesda MD

Files Directory

This Theme Directory
├── 404.php
├── archive.php
├── category1.php
├── comments.php
├── footer.php
├── front-page.php
├── functions.php
├── header.php
├── index.php
├── page-fullwidth.php
├── page-normal.php
├── readme.txt
├── rtl.css
├── search.php
├── searchform.php
├── sidebar.php
├── single.php
├── style.css
├── assets/ (dir)
│ ├── css/ (dir)
│ │ └── style.css
│ ├── images/ (dir)
│ └── js/ (dir)
│ └── custom-scripts.js
├── customizer/ (dir)
│ └── customizer.php
├── template-parts/ (dir)
│ ├── footer/ (dir)
│ │ └── footer.php
│ ├── header/ (dir)
│ │ └── header.php
│ ├── navigation/ (dir)
│ │ ├── mobile-navigation.php
│ │ └── navigation.php
│ ├── page/ (dir)
│ │ └── content-page.php
│ ├── post/ (dir)
│ │ └── content-post.php
│ └── Theme-setup.php
├── widgets/ (dir)
│ ├── footer-bottom.php
│ ├── footer-widgets.php
│ ├── mobile-navigation-widgets.php
│ ├── sidebars.php
│ ├── tag1.php
│ ├── top-bar-dynamic-css.php
│ └── top-bar-widgets.php