how to make Facebook ad only show on home Page?

Discussion in 'HTML & Website Design' started by Kurt Whittingham, Mar 18, 2013.

  1. #1
    hello guys, on my website www.motorbikecentral.com I have a facebook like box but I only want it to show on the home Page. can someone please help me with this? thanks
     
    Kurt Whittingham, Mar 18, 2013 IP
  2. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #2
    You needs to be write PHP condition to be stay that facebook code only for the home page. Here is the basic code help you if, you have knowladge of PHP.

    <?php

    $t=date("H");

    if ($t<"10")

    {

    echo "Have a good morning!";

    }

    else if ($t<"20")

    {

    echo "Have a good day!";

    }
    else
    {

    echo "Have a good night!";

    }

    ?>
     
    creativewebmaster, Mar 18, 2013 IP
  3. Kurt Whittingham

    Kurt Whittingham Member

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #3
    my php knowledge isn'tto good. and I am not sure where I would put It in the word press code?
     
    Kurt Whittingham, Mar 18, 2013 IP