Make Category Posts Widget for JagoDesain Themes with AJAX using Vanilla Javascript
Make Categorised Posts Widget for JagoDesain Templates with AJAX using Vanilla Javascript.
Make Categorised Posts Widget for JagoDesain Templates with AJAX using Vanilla Javascript. Hello! Welcome to Fineshop Design. As we know there is currently no widget in Blogger Layout that allows us to show posts with specific label, but we can sort posts as per their label with AJAX ( Asynchronous JavaScript And XML ) call to receive the JSON ( JavaScript Object Notation ) data from Blog Feeds. Why is Browse by Category useful? It helps your visitors not to search for it as they will find their favourite categories' posts on the homepage. If you are posting articles on Products, you can sort them and make it appear on homepage. You just have to add Labels, and the latest posts with those specific labels will appear. Does it require jQuery library? No, it does not, it is made using Vanilla Javascipt and the javascript's size is 9.86 KB but remember that it requires @shinsenter 's defer.js to lazyload scripts and the images. You don't need to worry about it as the package is alrea…