I have been using conditionals for awhile now and they are pretty easy to use but till this morning, it doesnt just work for me anymore. Am i do anything wrong here? Every time I add if photonews- I would lose whole thing but just showing the news without photo. If I remove if and I would get both (that makes sense)... ?
{if photonews}
<div id="tabimg">{exp:weblog:entries weblog="default_site" orderby="date" sort="desc" limit="1" show_future_entries="yes" category="1"}{photonews}{/exp:weblog:entries}</div>
<ul id="tablink">
<li class="border"><h4>{exp:weblog:entries weblog="default_site" orderby="date" sort="desc" limit="1" show_future_entries="yes" category="1"}{title}</h4><p><span>{entry_date format=' %n/%d/%y '}</span> </li><br />
<li>{exp:word_limit_plus if_exceeds="10" stop_after="20" the_link="<a href='{title_permalink=hr}'>MORE</a>"}<br />
{body}{/exp:word_limit_plus}{/exp:weblog:entries}</li><br />
</ul><br />
{/if}</p>
<p><br />
<ul id="tablinkk"><br />
<li class="border"></p><h4>{exp:weblog:entries weblog="default_site" orderby="date" sort="desc" limit="1" show_future_entries="yes" category="1"}{title}</h4><p><span>{entry_date format=' %n/%d/%y '}</span> </li><br />
<li>{exp:word_limit_plus if_exceeds="25" stop_after="27" the_link="<a href='{title_permalink=hr}'>MORE</a>"}<br />
{body}{/exp:word_limit_plus}{/exp:weblog:entries}</li><br />
</ul>