s4f11sn

artikel thumbnail terkait di bawah postingan

Aug 15th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. membuat artikel terkait di bawah postingan dengan thumnail
  2.  
  3. edit html> before </head>
  4. <!--artikel terkait-->
  5. <!--Related Posts with thumbnails Scripts and Styles Start-->
  6. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  7. <style type="text/css">
  8. #related-posts {
  9. float:center;
  10. text-transform:none;
  11. height:100%;
  12. min-height:100%;
  13. padding-top:5px;
  14. padding-left:5px;
  15. }
  16. #related-posts h2{
  17. font-size: 1.6em;
  18. font-weight: bold;
  19. color: #585858;
  20. font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
  21. margin-bottom: 0.75em;
  22. margin-top: 0em;
  23. padding-top: 0em;
  24. }
  25. #related-posts a{
  26. color:#FFFFCC;
  27. }
  28. #related-posts a:hover{
  29. color:#000000;
  30. }
  31. #related-posts a:hover {
  32. background-color:#d4eaf2;
  33. }
  34. </style>
  35. <script src='http://post2rudy.googlecode.com/files/relatedthumbs21.js' type='text/javascript'/>
  36. </b:if>
  37. <!--Related Posts with thumbnails Scripts and Styles End-->
  38. <!--artikel terkait-->
  39.  
  40.  
  41. before <div class='post-footer'>
  42. <!--artikel terkait-->
  43. <!-- Related Posts with Thumbnails Code Start-->
  44. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  45. <div id='related-posts'>
  46. <b:loop values='data:post.labels' var='label'>
  47. <b:if cond='data:label.isLast != &quot;true&quot;'>
  48. </b:if>
  49. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  50. <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
  51. <script type='text/javascript'>
  52. var currentposturl=&quot;<data:post.url/>&quot;;
  53. var maxresults=8;
  54. var relatedpoststitle="Related Posts";
  55. removeRelatedDuplicates_thumbs();
  56. printRelatedLabels_thumbs();
  57. </script>
  58. </div><div style='clear:both'/>
  59. </b:if>
  60. <!-- Related Posts with Thumbnails Code End-->
  61. <!--artikel terkait-->
  62.  
  63.  
  64. save
  65. in ufuk-senja.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment