Remove page titles
  • How do I stop the page titles from being on each full content page?

    Thanks
  • What do you mean?

    Emil
    ryestudent wrote:
    How do I stop the page titles from being on each full content page?

    Thanks
  • Hi Emil,

    I think they mean that the title of the page is set as a H1 right at the top of the content block.

    Ie, you have the horizontal menu of links. Then underneath that the breadcrumbs. Then underneath that, is the name of the page which you selected from the horizontal menu of links.

    So on any given page you have the name of the page in the menu you select from, then it is given again in the breadcrumbs, and then it is given again at the head of the content for the page (H1)

    It is probably a good thing for SEO, but it looks less than pleasing from a design point of view.



    I would like to know of an elegant way to remove it without creating a custom page layout, or simply deleting it from the page layout styles.


    Thanks

    Dave
  • Hi Dave,

    In the future release I will get the H1 off from the header title and keep H1 for post/page titles as it is right now. For SEO sakes that should be even better.

    Emil
    DaveC wrote:
    Hi Emil,

    I think they mean that the title of the page is set as a H1 right at the top of the content block.

    Ie, you have the horizontal menu of links. Then underneath that the breadcrumbs. Then underneath that, is the name of the page which you selected from the horizontal menu of links.

    So on any given page you have the name of the page in the menu you select from, then it is given again in the breadcrumbs, and then it is given again at the head of the content for the page (H1)

    It is probably a good thing for SEO, but it looks less than pleasing from a design point of view.



    I would like to know of an elegant way to remove it without creating a custom page layout, or simply deleting it from the page layout styles.


    Thanks

    Dave
  • My solution to this problem.

    I have been wracking my brain for a couple of hours on this and I think I finally found it. You have to go into page.php and take out the following code:

    <?php if (function_exists('shell_breadcrumb_lists')) shell_breadcrumb_lists(); ?>

    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <h1><?php the_title(); ?></h1>
  • that works :)
    My solution to this problem.

    I have been wracking my brain for a couple of hours on this and I think I finally found it. You have to go into page.php and take out the following code:

    <?php if (function_exists('shell_breadcrumb_lists')) shell_breadcrumb_lists(); ?>

    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <h1><?php the_title(); ?></h1>
  • I've been trying for a few hours to find this in Responsive theme's Page.php but had no luck. There must be some way to remove these page titles..? I would imagine at least 50% of people would want to remove them.. Please let me know if you know a way to do it!!

  • your page.php is in your HOSTS file manager.. so whatever host you use to provide your website server could help you find it....

    a quick style.css to hide page titles is

    .post-title { display: none; }

  • lawnland that worked like a champ, thanks

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

    Most Popular This Week