Skip to content

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

Notifications You must be signed in to change notification settings

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