(2014-01-13, 20:45:48)Riianna Wrote: Still cant get images to "sidebar".
I assume that your recent posts have a post image assigned...
What News Manager beta version?
Did you use nm_set_custom_image to set your image width etc before nm_custom_display_recent?
(2014-01-13, 20:45:48)Riianna Wrote: What is the code snippet to show older post? like i have 4 recent and i like to show older post under the recent ones.
You mean an offset, to display e.g. posts after the fourth one. That option is not currently available. Right now it could be done by styling posts with e.g. class="post_{{post_number}}" and hiding them with css, like .post_0, .post_1, .post_2, .post_3 { display:none }