• Resolved frankdas108

    (@frankdas108)


    Dear Friends,

    How can I remove the page title for one of my pages that I change his pages attributes to show “full with”.

    Because When I edit my page.php and coment the toptitle class, this remove the titles of my normal pages but not for the page with attribute “full with”

    Why? and what Can I do edit this please?

    Regards
    Frank

Viewing 7 replies - 1 through 7 (of 7 total)
  • It sounds like you can make these changes through CSS. Can you give me a link to look at?

    Try this display:none; is added in entry title

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

    Make a page template for that one page without the title: Page Templates ? WordPress Codex

    Thread Starter frankdas108

    (@frankdas108)

    First: Thanks for all

    My problem was when I changed the page attributes, The WordPress use the page_fullwidth.php like template and not the page.php so I edit the first one and I get a solution.

    I think that the correct solution will be like songdogthech say: To make another page template, but I was not with the time and that knowledge in that moment :)….

    Regards for all, and like you say, the code is poetry

    hi guys i have a problem which i fear i can,t solve after trying for the last 5days don,t know what else to do i have created my own theme from photoshop spec to html to wordpress php i,m using my own menu images so i haven,t created a menu in wordpress everything works fine but when creating a new page i get the page title links as u can c here https://raystel.com/wordpress/index.php/2011/02/home and the more pages i produce the more links of coarse its a shame i have come this far and now this please help someone out there would b greatly appreciated cheers guys

    Moderator Kathryn Presner

    (@zoonini)

    Raystell – please start a new thread as this one is already marked as resolved. Thanks.

    ok zoonini thanx i have started a new thread excuse my ignorance i,m new to these forums would b greatful 4r any help

    cheers

    regards

    ray

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page Attributes Remove title’ is closed to new replies.