• I would like the text from the blog page to change into own created text.

    <div class=”page_title”>
    <h1><?php the_title (“Interactive play+human power=”); ?></h1>
    <h2><?php the_title(“Playnetic”); ?></h2>
    </div>

    If I leave the code like this it will still mention the Posts name at the and of the line at the frontend of the page because the_title is mentioned.

    How can I fix this, anybody?

    Thank you in advance.

  • The topic ‘Change the_title into own text’ is closed to new replies.