Add related posts

Add related posts feature base on post tag.
This commit is contained in:
Danang Probo Sayekti 2014-01-13 10:42:27 +07:00
commit 7d914fc898
6 changed files with 119 additions and 16 deletions

View file

@ -366,6 +366,23 @@ aside .copyright p{
margin: 5px 0;
}
/*-------------------------
Raleted posts
--------------------------*/
.related {
font-size: 14px;
font-family: 'Open Sans Condensed',sans-serif;
width:100%;
float:left;
margin-bottom: 1em;
}
.related ul {
margin-top:0;
margin-bottom: 1em;
}
/*----------------------------
Pagination buttons
-----------------------------*/