Forum Moderators: coopster

Message Too Old, No Replies

Show facebook plugin only on home page (index.php)

How to show facebook plugin only on home page

         

sela

8:32 pm on Sep 13, 2011 (gmt 0)

10+ Year Member



Hello again my friends :)

Need help with this peace of code:


-------------------------------------
<?php global $fb_intrfc; if ($fb_intrfc=="yes"){include("t_fbsp.html");} ?>
-------------------------------------

How can i achive to show it only on first home index.php page. I was experimenting something but with out luck.

Sincerely Ales

g1smd

8:35 pm on Sep 13, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Detect the requested URL, and show the code only if the URL matches the one you want to show the code for.

rocknbil

3:31 pm on Sep 14, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or, create a home page template that uses a different header for the FB O.G. tags, and select that template for the home page only. Then you can apply any home page-only mods you want. Creating a Static Wordpress Home Page [codex.wordpress.org].