- WordPress 2.7 Cookbook
- Jean-Baptiste Jung
- 334字
- 2021-04-01 13:55:51
Using page templates in your theme
Even though most of the WordPress themes use a unique page template, our favorite blogging engine allows us to create as many different page templates as we want.
Why always use the same page layout in your blog? Using different page templates will make your blog look a lot more professional.
In this recipe, you'll learn to create and use page templates.
Getting ready
To achieve this recipe, you only need a WordPress theme and a text editor. In the following example, we use the WordPress default theme. If you're using another theme, you'll have to adjust the code a bit to make it fit your theme HTML markup.
How to do it...
Let us start with creating a test page template and learn how to create more page templates in the following recipes.
- On your theme directory, create a new file and name it
testpage.php
. - Open the
testpage.php
file in your favorite text editor and insert the following code in it:<?php /* Template Name: Test Page */ ?> <?php get_header(); ?> <div id="content" class="narrowcolumn"> <h1>My first page template, called <?php the_title(); ?>!</h1> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
- Login to your WordPress Dashboard and go to Write | Page and give your page a title. You don't have to write any text in the body since it won't be displayed by the page template.
- Scroll down until you see a Page template link. Clicking on the link will open a drop-down menu from where you can select the page template to use. Select the new template, Test Page.
.
- Publish the page.
- Visit your page. You will see a basic page with only a title displaying My first page template, called XXX (the name you have given to the page).
Now, you know how easy it is to create and use page templates in your WordPress theme. This example isn't useful at all, therefore, let us see some really interesting uses of page template in the following recipe.
- 爸媽微信e時代
- 工業產品設計(Inventor 2010)
- Drools規則引擎技術指南
- 數字孿生體:第四次工業革命的通用目的技術
- Maya建模技術解析
- Photoshop日系少女寫真后期解密
- Ogre 3D 1.7 Beginner's Guide
- Drupal: Creating Blogs, Forums, Portals, and Community Websites
- BIRT 2.6 Data Analysis and Reporting
- AutoCAD 2022中文版建筑設計從入門到精通
- 中文版Photoshop CS6從新手到高手(超值版)
- IBM Lotus Notes and Domino 8.5.1
- Mastering Zabbix
- Photoshop海報設計技巧與實戰
- Photoshop后期強:多重曝光專業技法寶典