Hello,
It depends on a hierarchy structure of your site document tree. I can show you an approach for the following structure:
MasterPage
--- Blogs (main menu item)
----- MyBlog
------- August 2011
--------- First post
------- September 2011
--------- Second post
So now you open the properties of the
Recent posts web part and just fill the
Path to recent posts property with
/Blogs/MyBlog/{2}/% value. That no. 2 between the brackets substitutes current second level path, so if you click on some blog post from
September, the
Recent posts web part will be displaying recent posts only from that month.
If you need more information about the path expression, please visit Kentico Developer's Guide on the link below:
http://devnet.kentico.com/docs/5_5r2/devguide/index.html?appendix_b___path_expressions.htmBest regards,
Jan Hermann