Recent Topics

1 Mar 09, 2007 15:19    

My b2evolution Version: 1.9.x

I am setting up a blog using nifty corners template if that makes any difference.

I want to have a set amazon javascript code appear after every post so when ever I add a post at the end it shows the banner that is associated with the text in that post, the code has been generated by Amazon I just need to find a way to have it attached to every new post.

Any ideas.

2 Mar 09, 2007 15:23

Assuming your javascript never changes you just need to add it to this area of your _main.php

<?php
locale_restore_previous(); // Restore previous locale (Blog locale)

?>
<!-- add your amazon script here -->

<?php

} // ---------------------------------- END OF POSTS ------------------------------------

¥

3 Mar 09, 2007 16:39

Cool that works a treat

Thanks a lot

Now how many books on permalinks can you get? I guess im guna find out soon.


Form is loading...