if (empty($posttags)) echo "";
else
foreach
The old way to do this was to throw a break at the end of the function using an if() to check the size of the list:
if ( $displaycount == $limit) {break;}
Anyway, it works now.
]]>At the same time, however, that still leaves me with the issue of Asides. For this functionality to persist, Asides must remain astrict category. The plugin won’t see categories, at least not without some re-coding. Now
]]>It’d be nice if the code would simply skip over Aside IDs and show the most recent “non-excluded” post.
]]>We’ll see.
]]>