What is WordPress? WordPress is a CMS Framework, Now you are thinking what is CMS? so CMS is a Content Management System, which allows you to manage your application or website without any coding knowledge. Why we use Custom Templates in WordPress? Let me tell you, by default WordPress allows you to create posts, pages, categories, and also they provide good basic page Design but the default design is not pretty good that's why we need to Create Custom Page Templates. Important Points : 1. First we need to learn how WordPress Works ? Check me 2. WordPress Directory Structure? Check me How we can Create Custom Page Template Without Plugin in WordPress First go to your root theme folder and Create new file give name and extension must be .php because WordPress uses PHP Language. After creating a file open file Write this code. File Name => Template-custom-template.php <?php /** * Template Name: Your_Template_Name */ // That Function For Calling Header Section
- Get link
- Other Apps