manifest / unclassified / wordpress-buymore-plugin
My Custom Page
Custom coded page matching reference design, built without page builder.
by Vartika · github.com/vartikatiwari17/wordpress-buymore-plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/vartikatiwari17/wordpress-buymore-plugin/archive/refs/heads/main.zipBuyMore - WordPress Plugin
Custom coded WordPress plugin built without any page builder, matching the reference design.
Features
- Fully responsive (Desktop, Tablet, Mobile)
- Custom PHP, HTML, CSS, JavaScript
- Dynamic content via Custom Post Type ("Page Features")
- CMS usability - admin can add/edit products without touching code
Plugin Structure
my-custom-page/ ├── my-custom-page.php - main plugin file (hooks & setup) ├── assets/ │ ├── css/style.css - styling & responsive design │ └── js/script.js - JS functionality ├── templates/ │ └── custom-page-template.php - page layout/HTML └── includes/ └── cpt-register.php - registers "Page Features" custom post type
How to use
- Upload plugin to
wp-content/plugins/ - Activate from WordPress admin
- Create a new Page, select "Custom Landing Page" template
- Add products from "Page Features" menu in admin