• Resolved uhlendorfk

    (@uhlendorfk)


    Im new to WP and I hope that I am calling a “page” correctly but if not please bear with me.

    I have a few pages set up on my blog (deviantarmy.com) and at the top of each page it places the title of each page in bold letters. For example, if you click on the about page “About” appears on the page as well. I would like to remove this title from each of the pages completely. P.S. Ive tried searching this forum and found some posts regarding this matter but nothing seems to be working. Any help is greatly appreciated.

    Thanks!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • have a look here
    https://www.wordpressmax.com/wordpress-guide/remove-wordpress-page-title
    Removing the title of the page that appears just above the content may be something to consider if you are using static front page or just want a page on your blog that looks a little different than the rest of your WordPress pages. This short WordPress guide will give you some idea what to remove from your page template file.

    In a few other posts: How To Use A Static Front Page With WordPress and: How To Create A Custom WordPress Page Template I cover how to create and use a static front page for WordPress. This is great option to run a website with WordPress.

    To remove the title of your page that appears on the page above the content you will need to edit the page.php file or the custom page template file you created.

    Open the file from either the WordPress dashboard or on your hosting account. Instructions to do this should be in one of the above mentioned posts. Make sure to make a backup of the file you are editing to fix any mistakes! Now look for and remove the code that looks like this:

    <h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>

    Save the file and look at a page that is using the page template you just edited. The title of the page should no longer appear above the content.

    You may also want to further customize your static WordPress front page by using a separate sidebar.

    Thread Starter uhlendorfk

    (@uhlendorfk)

    Thanks!!!!

    and if i just want to remove the title of my static frontpage?
    any idea’s?

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