I must be doing something wrong here, but there’s a specific area that field disappears after clicking one of the entries. I must be doing something wrong here, you can see the example;
http://iplaccess.org/index.php
Keep your eyes on recommended links box (it has one entry as of right now). If you click any entries under news / announcement, that entry under recommended links goes away.
That Recommended Links has its own weblog.. To feed in the links. Not sure what else to throw out for you guys to help me out on this one.
IN EE, top of the page (template)- I have this statement for that box only,
{assign_variable:my_links="Links"}
then I have this;
<table width=“0” border=“0” cellspacing=“0” cellpadding=“10”>
<tr>
<td valign=“top”><div class=“grayheader”>Recommended Links
{exp:weblog:entries weblog="{my_links}” limit=“4” orderby=“date” sort=“desc” disable=“member_data|trackbacks”}
{title}{/exp:weblog:entries}</div></td>
Am I doing anything wrong?