Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure which template you are using but you could probably look for the file content-page.php in your template directory and comment out the following command

    Before:
    <?php the_title(); ?>

    After:
    <?php //the_title(); ?>

    Or you can just remove the line all together and also any other markup that is used for displaying the title.

    Thread Starter Qoroth

    (@qoroth)

    Thank you, ricoh!

    I edited the page.php file to comment out the title. It’s now how I want it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Title’ is closed to new replies.