How to create template-scheme.php file for free wordpress themes design

Discussion in 'WordPress' started by sripula, Dec 25, 2010.

  1. #1
    Hello,

    I have design a custom wordpress template & place a code to "index.php"
    <?php get_footer(); ?>

    after that place a code to footer.php
    <div id="footer">
    <p><?php @theme_footer(); ?></p>
    </div>


    and place a code to "functions.php"
    <?php require 'template-scheme.php'; ?>

    Now want to create a "template-scheme.php" file for the author link, so that if any one change footer link url to "index.php" then template will be block,

    how this possible, what are the code for the file "template-scheme.php"
     
    sripula, Dec 25, 2010 IP