• Resolved RukuKabe

    (@rukukabe)


    Hello everyone!

    I’m a webcomic artist trying to prep up my website and get everything nice and clean so I can get to work… thing is though, I’ve never dealt with any form of website design, so I’m a fish out of water when it comes to this stuff.

    I need help with something that’s probably has a pretty simple solution. I’m looking to remove the page title from this page:
    https://www.dragonstar-blog.com/?page_id=34
    I want to keep it in the menu, obviously, but the page title is really awkward and out of place. I was able to remove it previously by removing this line of code from the page.php file:

    <h1 class="page-title"><?php the_title(); ?></h1><span class="breadcrumbs"><?php if (function_exists('formation_breadcrumbs')) formation_breadcrumbs(); ?></span>
            </div>

    But when I did so, it shifted the page content over into an undesirable position. I’m looking to find a way to remove the title while keeping the content of the page in the same location. I’ve looked up several solutions, but none of them seem to work with the formation theme.

    Would really appreciate the help, as I need to get all this tech work out of the way so I can finish up some pages and actually get my work online.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Thread Starter RukuKabe

    (@rukukabe)

    Nevermind, it’s been resolved. Had to mess around with it a bit but figured out that I just had to delete this line:
    <?php the_title(); ?>
    from the above mentioned code in the page.php

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Title From Pages’ is closed to new replies.