-
AuthorPosts
-
08/07/2014 at 9:29 pm #9618
Templatesyard
ParticipantI want to display my most recent blog posts with the date of them, but don’t know how to do this. The Blog Post gadget is missing in the Linezap template. Please help!
Cascia Talbert
08/07/2014 at 11:02 pm #9621Templatesyard
ParticipantTo customize Long Styles Layout Widgets follow these steps:
Go To Blogger >> Layout. Then choose the Long style HTML/JavaScript widget which you want to Customize Then Click On Edit Button.
Now you will See a Popup Window. Then Copy the below code and paste. Then Press Save Button.<script> document.write('<div class="recent-post-title"><h2><a href="/search/label/ThisLabel?max-results=10">Label Name</a></h2></div>'); document.write("<script src="/feeds/posts/default/-/ThisLabel?orderby=published&alt=json-in-script&callback=mythumb1"></script>"); </script>
Change This In Script:
“This Label” With your label name as it is in your URL.
“Label Name” Change it with the name you want to appear on main page.To customize short Styles Layout Widgets follow these steps:
Go To Blogger >> Layout. Then choose the Short style HTML/JavaScript widget which you want to Customize Then Click On Edit Button.
Now you will See a Popup Window. Then Copy the below code and paste. Then Press Save Button.<script> document.write('<div class="recent-post-title"><h2><a href="/search/label/ThisLabel?max-results=10">Label Name</a></h2></div>'); document.write("<script src="/feeds/posts/default/-/ThisLabel?orderby=published&alt=json-in-script&callback=mythumb"></script>"); </script>
08/07/2014 at 11:47 pm #9629Templatesyard
ParticipantI have already done that. I am looking for a way to put the normal “Blog Post” gadget in my layout. I already have the featured posts based on the labels. I want the most recent three posts on top in a thumbnail/summary format with a read more link and the date of publication below the title along with the author’s name.
10/07/2014 at 10:17 pm #9665Templatesyard
ParticipantPlease help me with this. Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.