Add # before each tag

Another very simple solution is to put this in your css file :

.tagcloud a:before {
  content: "#";
  font-color: #000;
}

Leave a Comment