Posts

1

irsah  said: Noted. If you mean the Featured Post to show the full contents, then this should be in Theme > Edit HTML inside the  FeaturedPost1  widget.  Backup your theme  before doing so -- assuming you know your way around Theme HTML/XML... The data output should be inside <b:includable id=' snippetedPostContent '> Replace this:- <b:include cond='data:this.postDisplay. showFeaturedImage and data:post.featuredImage' data='post' name='snippetedPostThumbnail'/ > <b:include cond='data:this.postDisplay. showSnippet' data='post' name='postSnippet'/> <b:include data='post' name='postFooter'/> With this... <data:post.body/> It will remove below with the full content of your post you have selected:- Featured post thumbnail Featured post snippet content Featured post footer aka Go to Comment and Continue Reading. If you are ha