Hide Page Title
-
Hmmmmm… new changes to WP have made it difficult for me to figure out how to now hide the page’s title.
It used to work to take the code like this:
<h1><?php the_title(); ?></h1>
or
<h2><?php the_title(); ?></h2>and modify it so that it looks like this:
<!– h1><?php the_title(); ?></h1 –>
or
<!– h2><?php the_title(); ?></h2 –>Not happening anymore…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Hide Page Title’ is closed to new replies.