Feature requests » How to Display Links

added on Nov 13, 2007 by akhil
Sir
I have installed the script but i dont know how to display links on my website(working on wordpress software).
Is there any code that i have to place to display the links..
Thanks
added on Nov 13, 2007 by v0id
Hi,

well you simply put

<?php include( 'path/to/linkex/data/output/1001'); ?>

in your sidebar where you wants the links.

- v0id
added on Nov 13, 2007 by akhil
Sir now the links that have been added are displaying in the same line.This is because after each link we have
&nbsp;&nbsp; and not <br /> or something like that.Please help me in this regard.
Thanks


Please see the source code below...

<h2>Referrers</h2>
<ul>
<!-- Output generated by LinkEX (+http://linkex.dk/) -->
<a href="http://www.bustedmyride.com/" title="Car Crash Videos">Car Crash
Videos</a>&nbsp;&nbsp;<a href="http://www.girlsgoneclimbing.com/" title="Hot Bikini
Girls">Hot Bikini Girls</a>&nbsp;&nbsp;</ul>
added on Nov 13, 2007 by v0id
inside the linkex admin, you go to categories, and click the edit link on the category. There you can replace the
&nbsp; with a <br /> or surround the a-element with <li></li> or whatever you like.

- v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.