Removing The Title of WordPress Pages
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><a href=”<?php the_permalink(); ?>” title=”<?php the_title(); ?>”><?php the_title(); ?></a></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.
Customize WordPress WordPress WordPress GuideIf you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Tagged with Customize WordPress, WordPress, WordPress Guide
Related Posts
2 Responses to “Removing The Title of WordPress Pages”
Discussion Area - Leave a Comment
If you have a question about your blog please leave a link to it. Please don't ask questions like "Why don't my blog work right?" and expect an answer.Two links or less are welcome, any more and your comment will be spammed! Nofollow has been disabled, all comments are moderated and will not appear until approved. Please submit only once.
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Or just copy the example below and change your details.
Example - <a href="http://www.YourSite.com">Title Of Site</a>










Great article. Thanks for the info. I’ve got to remember to keep making backups!
Good stuff..thanks for this and other related posts…amazing how I can keep learning to tweak wordpress for better seo..