Limit Plugin to certain pages
-
I want to limit a banner plugin to certain pages. I input the following code in the fbanner.php file as the first line of code just after the comments (My home page id is 251). The result was that plugin did not load on any pages.
I can’t find the error in the code. Any suggestions?
if ($_GET["page_id"] <> 251) return;
allisonlaw.com
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Limit Plugin to certain pages’ is closed to new replies.