Making Theme: go to wp-content > themes make a brand-new directory or folder "Your_theme_name" make 3 new files in "your directory" index.php style.css [ this 2 files are mandatory ] screenshot.png [ this is the theme photo or icon. "screenshot.png" name & extension must be that.] style.css /* Theme Name: Fictional University Author: Nirjhor Version: 1.0 */ theme setup done .... we can found or new theme in "Appearance > Themes" section. This is the brand new theme.. activated. Some Theme page list what WordPress looks for: No. Page/File name Works 1. index.php (*Must require.) Starter page and WordPress system set this page as default page for alternative all other pages if any page missing. 2. style.css (*Must require.) WordPress system search theme information ( theme name, author name, version ) from th