blog layout help... please!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TeenSluts
    Confirmed User
    • Mar 2006
    • 1966

    #1

    blog layout help... please!

    check out http://thepornreview.info/

    You see that text + top 5 porn reviews table on the top. I've put that in the Main Index Template php file...

    but it shows up at the top of every category as well! How Do I just have it show on the MAIN Index page? Some php IF statement? Someone help plzzz


  • rcides
    Confirmed User
    • May 2007
    • 108

    #2
    I think wordpress has some if is homepage statement.

    Wait I'll search it for you.
    Your favorite Porn Search Engine!!

    Comment

    • TeenSluts
      Confirmed User
      • Mar 2006
      • 1966

      #3
      i found it.. is_home() .. should work? now i just need an appropriate php IF statement

      Comment

      • rcides
        Confirmed User
        • May 2007
        • 108

        #4
        codex.wordpress.org/Conditional_Tags#The_Main_Page

        here you have it.

        sorry 3 minutes gonne, no editing possible anymore :
        Last edited by rcides; 05-31-2007, 11:53 AM.
        Your favorite Porn Search Engine!!

        Comment

        • rcides
          Confirmed User
          • May 2007
          • 108

          #5
          grml. damn. the 3 minutes again -.-

          <?php if (is_home()) { ?> put code inside here <?php } else { ?> the code which shall appear if it is not the home page <?php } ?>
          Last edited by rcides; 05-31-2007, 11:56 AM.
          Your favorite Porn Search Engine!!

          Comment

          • TeenSluts
            Confirmed User
            • Mar 2006
            • 1966

            #6
            thanks rcides much appreciated

            Comment

            Working...