Title: Adding Static Text
Last modified: August 30, 2016

---

# Adding Static Text

 *  Resolved [kalipekona](https://wordpress.org/support/users/kalipekona/)
 * (@kalipekona)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/adding-static-text/)
 * I am using the Idea Stream Plugin for users to submit their thoughts and ideas
   for three categories.
 * [https://blogs.ursinus.edu/ideashare/projects/action/post/](https://blogs.ursinus.edu/ideashare/projects/action/post/)
 * Once the idea is submitted, the users input will then load to the page for that
   particular category they commented on:
 * [https://blogs.ursinus.edu/ideashare/projects/category/mainstreethub/](https://blogs.ursinus.edu/ideashare/projects/category/mainstreethub/)
   
   [https://blogs.ursinus.edu/ideashare/projects/category/philadelphiaexperience/](https://blogs.ursinus.edu/ideashare/projects/category/philadelphiaexperience/)
   [https://blogs.ursinus.edu/ideashare/projects/category/innovation-and-discovery-center/](https://blogs.ursinus.edu/ideashare/projects/category/innovation-and-discovery-center/)
 * I want to be able to add static text above the users comments but below the page
   title on each of the pages. For each page the static text would be different.
   Is there a way I can do this? Thank you in advance for your help!
 * [https://wordpress.org/plugins/wp-idea-stream/](https://wordpress.org/plugins/wp-idea-stream/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mathieu Viet](https://wordpress.org/support/users/imath/)
 * (@imath)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/adding-static-text/#post-6763702)
 * Hi,
 * This should be possible, i advise you to find the best hook inside the templates
   folder of the plugin
 * eg: `add_action( 'wp_idea_stream_idea_entry_after_footer', 'your_action' );`
 * Or you can use a specific template file inside your theme that you will call `
   ideastream.php` from where you can add your specific logic
 * [https://github.com/imath/wp-idea-stream/wiki/Ways-to-customize-the-plugin-from-your-theme](https://github.com/imath/wp-idea-stream/wiki/Ways-to-customize-the-plugin-from-your-theme)

Viewing 1 replies (of 1 total)

The topic ‘Adding Static Text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-idea-stream_f1f1f1.svg)
 * [WP Idea Stream](https://wordpress.org/plugins/wp-idea-stream/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-idea-stream/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-idea-stream/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-idea-stream/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-idea-stream/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-idea-stream/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mathieu Viet](https://wordpress.org/support/users/imath/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/adding-static-text/#post-6763702)
 * Status: resolved