• Resolved flutteraaron

    (@flutteraaron)


    Hello,

    I am trying to remove the titles in the pages of my menu bar in Twenty Ten theme.

    Here is the url: https://www.36clubfayetteville.com/

    For example in the Gallery page, above the photos, there it says “Gallery” in black…
    In the Dinner Menu header, it says “Dinner menu” in Black etc… for all of them.
    I was able to remove them but whatever I did also removed the menu tabs.

    I would greatly appreciate any help!

    Thank you,

    Aaron:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael

    (@alchymyth)

    edit loop-page.php;
    find:

    <?php if ( is_front_page() ) { ?>
    						<h2 class="entry-title"><?php the_title(); ?></h2>
    					<?php } else { ?>
    						<h1 class="entry-title"><?php the_title(); ?></h1>
    					<?php } ?>

    and delete it.

    Thread Starter flutteraaron

    (@flutteraaron)

    Hello:)

    Ok, I created a loop-page.php in my child theme directory and edited the above in it… and now instead of a an entry title,
    it reads:

    * @since Twenty Ten 1.2 */ ?>

    at the top of the pages…

    do you know what this means?

    Thank you,

    Aaron

    Thread Starter flutteraaron

    (@flutteraaron)

    OOPS, NEVER MIND!

    I fixed it!

    THANK YOU VRY MUCH for your help!

    Have a great day:)

    Aaron

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing titles within pages of menu’ is closed to new replies.