Thanks for the quick reply!
Publish from feed in the sense :
I have to display the following results :
PHP Code:
SELECT <a href = 'http://abc.com/profile?ID=11.aspx'>Check 1</a> FROM xyz where DATE between curdate() AND ExpiryDate limit 20;
That should display a feed like thing on the right sidebar with the following output (all links are hyperlinks)..
Check 1
Check 2
Check 3
......so on.
Did I make sense? What is the best way of doing it? Thank you so much!