add this to your sidebar template
<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>
Thread Starter
elrol
(@elrol)
no what i want is to be able to use a php include to include another php script on a wp page.. i have tried using straight php coding to do this but it only displays the code on the page…
link here
for an example…
Thread Starter
elrol
(@elrol)
ok, i got it working, it was the headline image replacement plugin, but i got it going 🙂 yay me!!