This document outlines a 10 day plan for developing a website using WordPress and XAMPP. It involves installing WordPress and XAMPP, setting up the database and files, customizing themes and menus, adding plugins, and creating pages and a basic plugin to include submenus for adding items and viewing pages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
98 views2 pages
Website Development Using Wordpress and Xampp
This document outlines a 10 day plan for developing a website using WordPress and XAMPP. It involves installing WordPress and XAMPP, setting up the database and files, customizing themes and menus, adding plugins, and creating pages and a basic plugin to include submenus for adding items and viewing pages.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Website Development using wordpress and xampp
Software required : Wordpress and Xampp
Day Topics Tasks
Day 1 Environmental Setup 1. Install Xampp
2. Install Wordpress (current version)
Day 2 How to Setup 1. Create Database name in Xampp
2. Extract wordpress files into xampp → htdocs → new folder (rename it as database name) 3. Open localhost/dbname/wp-admin 4. Fill basic details which are required.
How to Login with wordpress 1. Login by using Username and
Password
Day 3 Installing Themes 1. In Dashboard → Appearances →
Themes → Add new (on the basis of website) 2. Activate and Customize themes.
Day 4 Header and Footer 1. Customizing header and Footer
Page . Day 5 Menus 2. Creating Basic Menus as home , about, contact , blog , Gallery etc., Customize → Menu → Add menu name → Creating menus (Or) Dashboard → Appearance → Menus → Add menu Day 6 Plugins 1. Install Plugins Dashboard → Appearances → Plugins → Add new ( Install Required Plugin)
Day 7 Editing Pages 1. Start Editing the pages by
clicking the Menus which want Day 8 to Edit.(Edit page) 2. Then add whatever like heading, Paragraphs , Images , etc., Day 9 Creating a Own Plugins which By using php and html (basics) includes submenus as additems and Creating plugin and activate it. Day 10 viewpage