I had a friend create this .. took him like 5mins to do it.
very simple...... he said.. LMAO..
Demo:http://256studio.com on sidebar..
Q
Latest News
[list]
And why didn't you just use the functions that are already there??
[list=1]
[]http://www.zenphoto.org/documentation/plugins/zenpage/_plugins---zenpage-template-functions.php.html#functiongetLatestNews
[]http://www.zenphoto.org/documentation/plugins/zenpage/_plugins---zenpage-template-functions.php.html#functionprintLatestNews
[*]http://www.zenphoto.org/documentation/plugins/zenpage/_plugins---zenpage-functions.php.html#functiongetNewsArticles
[/list]
Because that function returns an multidimensional array. You need to use a forech loop and call the field to be echoed like in the example you posted above. Why don't you use printLatestNews()? That even prints a list as all the other functions in the sidebar.