Title: Pages titles problem
Last modified: October 2, 2016

---

# Pages titles problem

 *  Resolved [Slava Abakumov](https://wordpress.org/support/users/slaffik/)
 * (@slaffik)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/pages-titles-problem/)
 * I’m using Hueman theme.
    Idea title is not displayed on single idea page: [http://take.ms/hldzN](http://take.ms/hldzN)
 * Here is an example: [https://cosydale.com/ideas/idea/bolshee-kolichestvo-postov](https://cosydale.com/ideas/idea/bolshee-kolichestvo-postov)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mathieu Viet](https://wordpress.org/support/users/imath/)
 * (@imath)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/pages-titles-problem/#post-8507353)
 * [@slaffik](https://wordpress.org/support/users/slaffik/)
 * Yeah, well Themes designer that are taking the risks to not use regular WordPress
   template tags, should be more carefull 🙂
 * Simply create a new template you call ideastream.php, put it in your theme, copy
   the page.php template content in the ideastream.php template, then replace
 * `<?php hu_get_template_part('parts/page-title'); ?>`
 * by the regular WordPress template tag to display a post title :
 * `<?php the_title(); ?>`
 * See [https://gist.github.com/imath/79409a74096c97177caf41a9a1a51a7a](https://gist.github.com/imath/79409a74096c97177caf41a9a1a51a7a)
   for a complete example.
 *  Thread Starter [Slava Abakumov](https://wordpress.org/support/users/slaffik/)
 * (@slaffik)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/pages-titles-problem/#post-8509852)
 * Thanks!
 * For future for others with the same problem with this theme:
    wrap the `h2` tag
   with this: `<div class=”page-title pad group”></div>’

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pages titles problem’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Slava Abakumov](https://wordpress.org/support/users/slaffik/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/pages-titles-problem/#post-8509852)
 * Status: resolved