Skip to content

CODEBRAKERBOYY/vlog-site-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vlog Blog Theme β€” WordPress from Scratch

This is a custom WordPress blog theme built entirely from scratch using PHP, HTML, and CSS.
It was developed as part of my learning journey to understand WordPress theme structure, templating, and customization.

About the Project

The Vlog Blog Theme is a minimal developer-style blog layout designed and coded by Alok Yadav.
It includes custom PHP templates for the homepage, single post pages, and a styled header/footer.
All posts are dynamically displayed from WordPress.

Features

  • 100% custom-coded WordPress theme (no prebuilt templates)
  • Clean and responsive layout for posts
  • Centered featured images and readable typography
  • Structured theme files: index.php, single.php, header.php, footer.php, functions.php
  • Built using VS Code and XAMPP (local environment)
  • Perfect for learning and portfolio display

Folder Structure

πŸ“ Folder Structure

vlog-site-demo/
β”œβ”€β”€ theme/
β”‚   └── vlog-theme/
β”‚       β”œβ”€β”€ index.php
β”‚       β”œβ”€β”€ single.php
β”‚       β”œβ”€β”€ header.php
β”‚       β”œβ”€β”€ footer.php
β”‚       β”œβ”€β”€ functions.php
β”‚       └── style.css
β”œβ”€β”€ screenshots/
β”‚   β”œβ”€β”€ single Post.png
β”‚   β”œβ”€β”€ dashboard.png
β”‚   └── code.png
β”œβ”€β”€ README.md
└── .gitignore

🧾 Installation Guide

  1. Copy the folder vlog-theme into your local WordPress installation:

  2. Open your WordPress dashboard β†’ Appearance β†’ Themes

  3. Activate Vlog Theme

  4. Add or edit posts with featured images

  5. View your site at
    πŸ‘‰ http://localhost/vlog-site/


πŸ“Έ Screenshots

| Single Post | Single post |

Dashboard Code View
Dashboard Code

πŸ§‘β€πŸ’» Author

Alok Yadav
πŸŽ“ 4th Year CSE Student @ INPSIT
πŸ”— GitHub: CODEBRAKERBOYY


πŸ’¬ β€œOpen source isn’t just about code β€” it’s about people learning and building together.”


πŸ“œ License

This project is open-source under the MIT License.
You’re free to use and modify it for learning purposes.

About

Code-based WordPress blog theme built from scratch using PHP, HTML, and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published