Viewing 1 replies (of 1 total)
  • you have to modify the single.php page

    <?php if (is_single('beef-stew')) {
    include(TEMPLATEPATH."/template_ad_hoc_for_beef_stew.php");
    } else {
    // show normal single.php code
    }
    ?>

Viewing 1 replies (of 1 total)
  • The topic ‘asking for a suggestion about conditional tag’ is closed to new replies.