Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 29, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/7ba78bf5aefa98aded3b to your computer and use it in GitHub Desktop.
Save Kaiderella/7ba78bf5aefa98aded3b to your computer and use it in GitHub Desktop.
Chèn post views icon vào Wordpress
.post_view:before {
content: "\f177";
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 20px/1 'dashicons';
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment