added on Feb 9, 2011 by
Hi there,
Anyone knows how to include the php include code for the linkex output into a wordpress footer?
I know about the plugin but this does not work in the footer.
any help?
Thx,
LEVD
added on Feb 15, 2011 by
You can add the PHP include to the footer by simply adding the the code <?php include(
"linkex/data/output/1001" ); ?>
To do this once you are in your WordPress admin go to Click on Appearance then Editor and select the footer.php
(generally it is named this, but it could very based on theme you use! and remember always use themes from the WP
Repository lots of malicious code out there!)
If you wanted to put this in a Widget, you will need to get a plug in that will allow you to execute php in the Widgets,
such as Exec-PHP.
added on Feb 23, 2011 by
Hi Gumby,
Thx for the tip!
LEVD