官术网_书友最值得收藏!

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.

  1. On your theme directory, create a new file and name it testpage.php.
  2. 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(); ?>
  3. 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.
  4. 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.
    How to do it...

    .

  5. Publish the page.
  6. 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.

How it works...

The WordPress page template allows you to define special template layouts that can be assigned to pages.

主站蜘蛛池模板: 香港| 和田市| 三江| 高安市| 蒙阴县| 淅川县| 建湖县| 横山县| 云安县| 德兴市| 晋城| 新竹市| 封开县| 勃利县| 聂荣县| 东至县| 喀什市| 广灵县| 东兰县| 阳新县| 泊头市| 八宿县| 冕宁县| 泗洪县| 白城市| 甘谷县| 金华市| 滨州市| 元阳县| 乌兰浩特市| 高邑县| 莱西市| 桃源县| 钟山县| 广东省| 怀集县| 金乡县| 秦皇岛市| 延吉市| 苏州市| 苏尼特右旗|