Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mathieu Viet

    (@imath)

    @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 for a complete example.

    Thread Starter Slava Abakumov

    (@slaffik)

    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.