Blog post not showing?

Sharon V asked on April 8, 2014 12:46

I have created a blog page, a blog post, set to publish now, picked a blog template, but for some reason, the blog post doesn't show up in preview or live. Not sure what I'm doing wrong.

Recent Answers


Brenden Kehren answered on April 8, 2014 15:10

Do you have a repeater on the page template to display the posts? Can you tell me what you settings are for the repeater?

0 votesVote for this answer Mark as a Correct answer

Sharon V answered on April 10, 2014 16:19

Hello Brenden,

Not sure if this is what you are referring to, there is a web part control ID called rptBlogs. This is the layout:

<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSWebParts_Viewers_Documents_cmsrepeater" Codebehind="~/CMSWebParts/Viewers/Documents/cmsrepeater.ascx.cs" %>

<cms:CMSEditModeButtonAdd ID="btnAdd" runat="server" Visible="False" /> <cms:CMSRepeater ID="repItems" runat="server" />

Thanks, Sharon

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 11, 2014 14:21

No Sharon, this would be on your page template in the CMSDesk assuming you are using Portal mode vs. ASPX mode.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.