Title: Idea Thumbnails?
Last modified: March 8, 2021

---

# Idea Thumbnails?

 *  Resolved [kelsilynstar](https://wordpress.org/support/users/kelsilynstar/)
 * (@kelsilynstar)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/idea-thumbnails/)
 * PHP Version: 7.3.27
    Wordpress Version: 5.6.2 Plugin Version: 8.1 Is Pro User:
   NO Current Theme: Ultima Gaming Website address: [https://www.kelsilynstar.com](https://www.kelsilynstar.com)
 * I was curious if there was any way to add an icon for the idea between the voting
   button and the title. I can only see an image added to an idea if I go into the
   idea description itself, but I’d rather have the idea’s “featured image” show
   as an icon instead.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fidea-thumbnails%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/idea-thumbnails/#post-14148114)
 * Hi [@kelsilynstar](https://wordpress.org/support/users/kelsilynstar/),
 * In the plugin settings, in the IdeaPush support tab, there’s a question: I am
   a developer, do you provide any filters? There’s a filter called which enables
   you to put content after the idea title:
 * add_filter( “idea_push_after_idea_title”, “idea_push_after_idea_title_callback”,
   10, 1 ); function idea_push_after_idea_title_callback( $ideaId ) { //do something
   awesome with $ideaId return “Hello World”; }
 * You will need to understand PHP to add your requirements. If you don’t have a
   developer to work and don’t know PHP and how to make your idea come to life, 
   feel free to email me at: [info@northernbeacheswebsites.com.au](https://wordpress.org/support/topic/idea-thumbnails/info@northernbeacheswebsites.com.au?output_format=md)
   and I can provide a quote (I will need more of a mockup of what you are expecting
   though). Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Idea Thumbnails?’ is closed to new replies.

 * ![](https://ps.w.org/ideapush/assets/icon-256x256.png?rev=1829711)
 * [IdeaPush](https://wordpress.org/plugins/ideapush/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ideapush/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ideapush/)
 * [Active Topics](https://wordpress.org/support/plugin/ideapush/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ideapush/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ideapush/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/idea-thumbnails/#post-14148114)
 * Status: resolved