Onyx
Fri 2nd Nov '07, 11:24pm
Hi there!
I was wondering if there was any way to put the "Recent Blog Entries" in the sidebar instead of the bottom of the page.
I tried placing the code from blow_show_entry into the sidebar template with no success.
<if condition="$entrylinks">
<div class="tborder" style="margin-top:24px">
<div class="thead" style="margin:$stylevar[cellspacing]px">
<phrase 1="$bloginfo[username]">$vbphrase[recent_blog_entries_by_user]</phrase>
</div>
<ul class="alt1 nobullets smallfont" style="padding:$stylevar[cellpadding]px; margin:$stylevar[cellspacing]px; margin-top:0px">
$entrylinks
</ul>
</div>
</if>
Seems it doesn't work in the sidebar, is there another conditional I should be using?
Thanks!
I was wondering if there was any way to put the "Recent Blog Entries" in the sidebar instead of the bottom of the page.
I tried placing the code from blow_show_entry into the sidebar template with no success.
<if condition="$entrylinks">
<div class="tborder" style="margin-top:24px">
<div class="thead" style="margin:$stylevar[cellspacing]px">
<phrase 1="$bloginfo[username]">$vbphrase[recent_blog_entries_by_user]</phrase>
</div>
<ul class="alt1 nobullets smallfont" style="padding:$stylevar[cellpadding]px; margin:$stylevar[cellspacing]px; margin-top:0px">
$entrylinks
</ul>
</div>
</if>
Seems it doesn't work in the sidebar, is there another conditional I should be using?
Thanks!