Is there a way to have the icon appear AFTER the post title? Also is there a way to add padding to the icon to move it away from the post title slightly?
]]>The post featured icon panel does not appear in pages.
]]>Hello, its a vary nice plugin.
1. There is a small bug with arrows in metabox. The arrows are one below the other.
2. If you move the metabox from side to main its not fit to full block.
3. It will be a very good practice if the css-font is included in footer. Its a good for
4. It is good practice css to be included only in pages with font icon.
Do you plan to update the plugin? Thanks ??
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>hi,
i am using your plugin to display icons on my home page .. it is working fine on the home page but whenever i add a post it gives an error
Warning: Missing argument 2 for icon_post_title_html() in /mydomain/wp-content/plugins/post-featured-font-icon/post-featured-font-icon.php on line 176 on top of every post.
i have tried adding the call back function. it did not help. how do i solve this ? please be quick this is super urgent
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>Version 1.0 from 12/2014:
$id = ( null === $id ) ? $post->ID : $post_id;
Should that be:
$id = ( null === $id ) ? $post->ID : $id;
Thanks and clever plugin!
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>Awesome work!!! Thank you for making this plugin!!!
It works very well in a single post page but in my list page it display weird stuff like this ” /> ” rel=”bookmark”>
please see this link for reference (the last event) https://www.paulkitti.com/events/
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>There are a few font’s that I need added. Is there a way to do that easily?
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>I am noticing that the different icon sets have different rules and properties. For example in this screenshot (https://www.screencast.com/t/3gPuKwcYd) the genericons have a font, height and width property of 16px, while the other icons do not.
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>If people use the quick-edit in the list tables for posts or custom post types enabled for this plugin, then any attached icons are deleted.
This is because of code found in the callback for save_posts
not accounting for this scenario.
If you add this code at the beginning of the callback (save_details()
in post-featured-icon.php
) then it will fix this issue.
//get out if doing_ajax (i.e. quick-edit) if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) { return; }
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>It looks like this is using Font Awesome 4.0.3. Any chance this could be updated to use Font Awesome 4.1?
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>Can this plugin be used to set a category default icon/image?
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>It appears to be showing the wrong icon in the admin, but the correct on the front-end: https://www.screencast.com/t/vzPWkaD6M
I’m using this by registering a new custom post type.
https://www.ads-software.com/plugins/post-featured-font-icon/
]]>