{"id":156,"date":"2016-06-03T13:07:25","date_gmt":"2016-06-03T13:07:25","guid":{"rendered":"http:\/\/www.3pixls.com\/blog\/?p=156"},"modified":"2016-06-03T13:09:58","modified_gmt":"2016-06-03T13:09:58","slug":"wordpress-tag-design","status":"publish","type":"post","link":"https:\/\/www.3pixls.com\/blog\/wordpress-tag-design\/","title":{"rendered":"WordPress Tag Design"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-157\" src=\"http:\/\/www.3pixls.com\/blog\/wp-content\/uploads\/2016\/06\/tags.png\" alt=\"tags\" width=\"713\" height=\"100\" srcset=\"https:\/\/www.3pixls.com\/blog\/wp-content\/uploads\/2016\/06\/tags.png 713w, https:\/\/www.3pixls.com\/blog\/wp-content\/uploads\/2016\/06\/tags-300x42.png 300w\" sizes=\"(max-width: 713px) 100vw, 713px\" \/><br \/>\nuse this code for show Tag without comma<\/p>\n<p>[php]<\/p>\n<p>&lt;div class=&quot;tagsContainer&quot;&gt;<br \/>\n&lt;?php  if (get_the_tags()) :?&gt; &lt;p class=&quot;tags&quot;&gt;Tags: &lt;?php  the_tags(&#8221;, &#8216; &#8216;, &#8221;); ?&gt;&lt;\/p&gt; &lt;?php endif;?&gt;<br \/>\n&lt;\/div&gt;<\/p>\n<p>[\/php]<\/p>\n<p>and use this code for show Tag without comma<\/p>\n<p>[php]<\/p>\n<p>&lt;?php the_tags( &#8216;Tags: &#8216;, &#8216;, &#8216;, &#8216;<br \/>\n&#8216; ); ?&gt;<\/p>\n<p>[\/php]<\/p>\n<p>Css class<br \/>\n[css]<br \/>\n.tagsContainer {<br \/>\n    margin: 20px 0;<br \/>\n}<br \/>\n.tagsContainer p {<br \/>\n    color: #55606f;<br \/>\n    font-family: futuraLTBold;<br \/>\n    font-size: 18px;<br \/>\n    margin-bottom: 20px;<br \/>\n}<br \/>\n.tagsContainer a {<br \/>\n    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;<br \/>\n    color: rgba(0, 0, 0, 0.6);<br \/>\n    display: inline-block;<br \/>\n    font-family: HelveticaNeue;<br \/>\n    font-size: 16px;<br \/>\n    line-height: 40px;<br \/>\n    margin: 5px 5px 5px 0;<br \/>\n    padding: 0 10px;<br \/>\n    white-space: nowrap;<br \/>\n}<br \/>\n.tagsContainer a:hover {<br \/>\n    background-color: #ccc;<br \/>\n}<br \/>\n[\/css]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>use this code for show Tag without comma [php] &lt;div class=&quot;tagsContainer&quot;&gt; &lt;?php if (get_the_tags()) :?&gt; &lt;p class=&quot;tags&quot;&gt;Tags: &lt;?php the_tags(&#8221;, &#8216; &#8216;, &#8221;); ?&gt;&lt;\/p&gt; &lt;?php endif;?&gt; &lt;\/div&gt; [\/php] and use this code for show Tag without comma [php] &lt;?php the_tags( &#8216;Tags: &#8216;, &#8216;, &#8216;, &#8216; &#8216; ); ?&gt; [\/php] Css class [css] .tagsContainer { margin: 20px [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":157,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[9],"tags":[],"_links":{"self":[{"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/posts\/156"}],"collection":[{"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/comments?post=156"}],"version-history":[{"count":3,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/posts\/156\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/posts\/156\/revisions\/160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/media\/157"}],"wp:attachment":[{"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/media?parent=156"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/categories?post=156"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.3pixls.com\/blog\/wp-json\/wp\/v2\/tags?post=156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}