jp.principio.mail-gmail
-
1/3/2012 3:16:50 AM
Recent Post getting unpublished blogs
Hi,
Can you help me not to get the unpublished blogs in RecentPost.ascx?
It always gets the unpublished blogposts in all of my blogs.
Here's my code:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="~/CMSWebParts/Blogs/fan/RecentPosts.ascx.cs" Inherits="CMSWebParts_Blogs_RecentPosts" %>
<cms:cmsrepeater ID="rptRecentPosts" runat="server" OrderBy="BlogPostDate DESC" ClassNames="cms.blogpost" Path="../%" />
Thanks,
JP
|