added on Nov 22, 2006 by
Ive got a blog that is using wordpress, and I cant seem to get my links to show up. Can anyone tell me which file to
put the link.dat code into to have my links show up
Thanks
added on Nov 23, 2006 by
Hi Tommy.
For my wordpress blog, I have the following setup:
In LinkEX I have a category, I call it blog roll, with the following template:
<li><a href="{$URL}" title="{$ANCHOR}">{$ANCHOR}</a></li>
In wordpress I have modified the sidebar.php, and added the following section:
<h2>Friends</h2>
<ul>
<?php include '/path/to/linkex/blog-links.dat'; ?>
</ul>
Works like a charm
- v0id
added on Dec 25, 2006 by
I'm using wordpress. I write a page and include the code
<!--#include virtual="http://lelabu.com/linkex/links.dat" -->
but it didn't show up any links.
I looked at linkex folde and didn't found any link.dat file. Could you pls explain. Thanks.
added on Dec 27, 2006 by
Hi there.
Sorry about the late reply, I'm away for the holidays :)
Since rel.20061218 I have changed the backend for the files used by LinkEX.
You can find the files in the LinkEX directory under data/output/
Check the full path under the category settings.
Let me know i it still does not work.
- v0id
added on Jun 22, 2007 by
It's not working for me. If I put this code in word press page...
<?php include( "http://blog.atomictokyo.net/linkex/data/output/1001" ); ?>
... it just disappears when I hit "save". I'm trying to get this to show up on a word press page not on the
theme template.... can anyone help me out?
I've tried putting it between <ul> </ul> too. But like I said as soon as I hit save the include code
disappears.