How to add icons to thumbs according to post format?
-
I’ve been trying to add icons to thumbs if post format is audio or video.
My list consists of different post types (posts and custom post type).
I added this css class trying to get a css class according post format.
<span class="thumb-icon-[post_terms tax="post_format" return="slug"] small"><i class="fa [post_terms tax="post_format" return="slug"]-fa"></i></span>
This method works fine except for standard post format. This produces following errors:
Warning: Invalid argument supplied for foreach() in /www/htdocs/w111111/mydomain.com/3tfu/wp-includes/functions.php on line 3459 Warning: implode(): Invalid arguments passed in /www/htdocs/w111111/mydomain.com/3tfu/wp-content/plugins/w4-post-list/inc/helper-posts.php on line 647 Warning: Invalid argument supplied for foreach() in /www/htdocs/w111111/mydomain.com/3tfu/wp-includes/functions.php on line 3459 Warning: implode(): Invalid arguments passed in /www/htdocs/w111111/mydomain.com/3tfu/wp-content/plugins/w4-post-list/inc/helper-posts.php on line 647
what’s going wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add icons to thumbs according to post format?’ is closed to new replies.