Site icon Hip-Hop Website Design and Development

Append text after wordpress title

I would like to know is there a hook in wordpress to edit prefix and postfix of the_title in wordpress.

The code in content.php

the_title( '<h1 class="entry-title">', '</h1>' );

I would like to add content after the closing tag of h1.

When I use the_title hook the content is added inside the h1 tag.

Like to know how to add outside the h1 tag by using action hook (fron the plugin).