Hey Ivan,
I can get blog posts control to display on the page now, but how do I limit it to displaying a certain blog.
ie.When I 'edit' the resulting blogposts control on the page.. under "Which blogs to display?" it says "All Blogs". I want it to change to "Selected blogs only" and then have one blog eg. client1_blog ticked. How do I do this programatically?
Even if I pass the BlogPosts page of a specific blog (clientBlog) to the page, it seems to display all blogs... eg.
pageFromDb.Staged.AddControl(
"Content", typeof(Telerik.Blogs.WebControls.BlogPosts), 0, clientBlog.PostPage);
Can it be done when adding the control or does it need to be done after the control is added through LoadControl() function of ICmsWebControl?
Thanks
Regards
Ian