Is it possible to keep the page title from actually appearing at the top of the page?
Displaying the title is part of the code inside your theme. But you can remove (hide) the title from display by looking at the CSS ‘class’ or ‘id’ your theme assigns to the title. You do this with developer tools like Firebug. Assume that the text of the title specifies the class of ‘thetitle’. Add … Read more