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
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!"; } ?>