Results 1 to 2 of 2

Thread: Clipper Static page using Child template

  1. #1
    Thread Starter
    Expired Customer inkoop's Avatar
    Join Date
    Jul 2012
    Location
    Netherlands
    Posts
    28
    Thanks
    0
    Thanked 1 Time in 1 Post

    Clipper Static page using Child template

    Hi,

    I'm trying to create different static index page using child-theme.

    Steps:
    1) Created clipper_child folder into wordpress/wp-content/themes directory
    2) Copy the style.css of clipper
    3) Created tpl-main.php
    HTML Code:
    <?php 
    // Template Name: Main Template
    remove_header();
    $sq = get_search_query() ? get_search_query() : __('Search for coupon codes', 'appthemes');
    ?>
    <div class="spacer"></div><!-- #spacer-->
    <div id="topSection">
     <img id="brandLogo" src="chrome://branding/content/about-logo.png" alt=""/>
     <div id="searchContainer">
      <form method="get" class="search" id="searchform" action="<?php bloginfo('url'); ?>" >
       <div id="searchLogoContainer"></div>
       <input id="searchText" type="text" class="newtag" name="s" value="<?php _e('Naar kortingscode zoeken', 'appthemes'); ?>" onfocus="clearAndColor(this)" onblur="reText(this)"/>
       <input id="searchSubmit" type="submit" value="Zoeken"/>
      </form>
     </div><!-- #searchContainer-->
    </div><!-- #topSection -->
    <div class="spacer"></div><!-- #spacer-->
    4)Create new page and add this page template into it.
    5)Publish page


    But i still see the header off clipper template. is it possible to remove this header?

    Thanks

  2. #2
    Thread Starter
    Expired Customer inkoop's Avatar
    Join Date
    Jul 2012
    Location
    Netherlands
    Posts
    28
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] Custom login page template in child theme
    By publigo71 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: February 29th, 2012, 05:00 AM
  2. Child theme template pages?
    By tyles2 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 4th, 2011, 04:04 PM