Results 1 to 2 of 2

Thread: *** HELP PLEASE** Html Table Showin On All Pages

  1. #1
    Thread Starter
    tech9's Avatar
    Join Date
    Jan 2010
    Location
    Canada
    Posts
    103
    Thanks
    13
    Thanked 0 Times in 0 Posts

    *** HELP PLEASE** Html Table Showin On All Pages

    Hello
    I put a html table in the index.php of my classipress installation but the think is that this table is now showing in my categorie pages and i dont want that I only whant this table to be seen on the index page

    Any body can help me please

    the table contain a advertising in the left and a Slideshow in the right
    please someone help me


    <?php
    require_once dirname( __FILE__ ) . '/form_process.php';
    get_header( );
    include_classified_form( );
    ?>
    <center>
    <TABLE WIDTH="50%" BORDER="0" BORDERCOLOR="none" CELLPADDING="8">
    <TR>
    <TD ROWSPAN="5" BACKGROUND="PinkBackground.gif" ALIGN="center" WIDTH="08%"></TD>
    <TD COLSPAN="2" BGCOLOR="" ALIGN="center"><?php fpss_slideshow('Testing'); ?></TD>
    </TR>
    </TR>
    </TABLE>
    </TD>
    </TR>
    </TABLE>
    </center>
    <div class="content">

  2. #2
    Member damien's Avatar
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: *** HELP PLEASE** Html Table Showin On All Pages

    maybe something like

    Code:
    <?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
         //do your code
    <?php } ?>

Thread Information

Users Browsing this Thread

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