Trong thiết kế blog đôi khi theo yêu cầu bạn chỉ muốn hiển thị bài viết thuộc nhãn nhất định nào đó ra trang chủ hoặc kiểu trang index. Với thủ thuật này, ở trang chủ của bạn chỉ hiển thị bài viết của một nhãn duy nhất và bài viết thuộc các nhãn khác sẽ bị ẩn đi
View here - here -
Cases | Want \ Do | Replace MY FIRST LINE CODE with |
---|---|---|
1 | Display gadget on home page in Blogger. ( Hide gadget from static and post pages on blogger. ) | <b:if cond='data:blog.url == data:blog.homepageUrl'> |
2 | Display gadget on index pages, such as homepage, labels page and yearly archive page. | <b:if cond='data:blog.pageType == "index"'> |
3 | Display gadget on post pages in Blogger. ( Hide gadget from homepage and static pages in Blogger. ) | <b:if cond='data:blog.pageType == "item"'> |
4 | Display gadget on static pages in Blogger. ( Hide gadgets from homepage and post pages in Blogger. ) | <b:if cond='data:blog.pageType == "static_page"'> |
5 | Show gadgets on post and static pages in Blogger.( Hide gadgets from index pages, including homepage, in blogger. ) | <b:if cond='data:blog.pageType != "index"'> |
6 | Show gadgets on homepage and static pages in Blogger. ( Hide gadgets from post pages in Blogger. ) | <b:if cond='data:blog.pageType != "item"'> |
7 | Display gadgets on homepage and posts pages in Blogger. ( Hide gadgets from static pages in Blogger. ) | <b:if cond='data:blog.pageType != "static_page"'> |
8 | Display gadgets only on monthly archive pages in Blogger. | <b:if cond='data:blog.pageType == "archive"'> |
9 | Display gadgets only on a specific page in Blogger. | <b:if cond='data:blog.url == "Your_URL_Here"'> |
10 | Display gadgets on anywhere except any one specific page in Blogger. | <b:if cond='data:blog.url != "Your_URL_Here"'> |
11 | Hide gadgets on 404 not found pages in Blogger. | <b:if cond='data:blog.pageType != "error_page"'> |
Tham khảo
http://blogger-hints-and-tips.blogspot.com/2010/03/displaying-gadget-only-on-home-page.html (correct here)
http://www.tranbadat.info/2015/09/hien-thi-bai-viet-theo-label-tai-trang-chu-blogspot.html (chưa thử)
http://helplogger.blogspot.com/2012/03/how-to-add-related-posts-widget-to.html http://templateblogspot-fullfree.blogspot.com/2014/09/blogspot-tips-only-show-post-of-one.html
http://stackoverflow.com/questions/32676815/how-to-filter-posts-of-a-paticular-label-in-blogger
http://allblogsolution.blogspot.com/2014/03/show-particular-label-posts-in-homepage.html
http://templateblogspot-fullfree.blogspot.com/2014/09/blogspot-tips-only-show-post-of-one.html
http://helplogger.blogspot.com/2013/04/show-recent-posts-with-thumbnails-for.html
http://www.terocket.com/2014/09/hien-thi-bai-viet-thuoc-nhan-nhat-dinh-o-trang-chu-blogspot.html
http://helplogger.blogspot.com/2012/03/hideshow-widgetsgadgets-in.html http://allblogsolution.blogspot.com/2014/03/show-particular-label-posts-in-homepage.html
http://templateblogspot-fullfree.blogspot.com/2014/09/blogspot-tips-only-show-post-of-one.html
http://helplogger.blogspot.com/2013/04/show-recent-posts-with-thumbnails-for.html
http://www.terocket.com/2014/09/hien-thi-bai-viet-thuoc-nhan-nhat-dinh-o-trang-chu-blogspot.html
http://demo-blog-namkna.blogspot.com/2013/03/demo-bai-viet-lien-quan-dang-anh-thu.html (bài viết liên quan dạng ảnh thu nhỏ)
http://daihiepaccounting.blogspot.com/2015/06/bai-viet-hien-thi-theo-nhan-ngoai.html (chưa được)http://daihiepaccounting.blogspot.com/2015/06/hien-thi-bai-viet-theo-nhan-ngoai-trang.html (chưa thử)
http://hieumeoblog.blogspot.com/2011/09/hien-thi-bai-viet-ngoai-trang-chu-giong_03.html (chưa thử)
http://www.terocket.com/2011/07/hien-thi-widget-o-nhung-trang-nhat-inh.html
http://www.mybloggertricks.com/2011/01/how-to-show-and-hide-widgets-in-blogger.html (show or hide)
http://www.bloggertipsseotricks.com/2014/10/hide-show-gadget-widget-in-blogger.html (các kiểu)
http://nguoithanhmien.blogspot.com/2014/06/cach-tao-widget-bai-viet-moi-theo-nhan.html (chưa thử)
http://www.bloggingspell.com/add-related-posts-blogger/ (chưa thử)
http://www.bloggerwidgetgenerators.com/2014/02/related-posts-widget-for-blogger-blogspot.html(chưa thử)
http://wikiblogvn.blogspot.com/2014/05/rut-gon-bai-viet-tren-trang-chu-blogger.html (thu gọn bài viết ra trang chủ)
http://www.terocket.com/2013/04/autoreadmore-thumbnail-scripts-blogspot.html (thu gọn bài viết có mô tả ảnh ra trang chủ)
No comments:
Post a Comment