Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Condition to home page (index)
#5
Excuse me,
my code actually looks like this:
Code:
<div class="coda-slider preload" id="coda-slider-1">
<?php
    if (return_page_slug()=='index') {
          include("index.php");
          include("index.php?id=page2");
          include("index.php?id=page3");
    }
    else {
      get_page_content();
    }
    ?>
</div>

Note that I want to do is to include unique content only for home.
As there is no way to put the includes in the content of dynamic pages, I need them in template.php
Reply


Messages In This Thread
Condition to home page (index) - by alvares - 2011-12-19, 02:43:19
Condition to home page (index) - by Carlos - 2011-12-19, 02:58:29
Condition to home page (index) - by alvares - 2011-12-19, 03:17:28
Condition to home page (index) - by didou038 - 2011-12-19, 03:23:00
Condition to home page (index) - by alvares - 2011-12-19, 03:31:23
Condition to home page (index) - by Carlos - 2011-12-19, 03:56:49



Users browsing this thread: 3 Guest(s)