How to style php snippets echo
-
I am using a php snippets
$tags = get_tags(); foreach ($tags as $tag) { if($tag->name=='fill') continue;// do this for every tag you want gone echo $tag->name.' '; }
and displaying it at specific location using shortcode. I want to know how can I change its styles using css or any other method?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to style php snippets echo’ is closed to new replies.