Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS3.1: Saving a page without a title clears page content.
#3
Here's a workaround [based on using the Innovation template] find the following page slug:

<h1><?php get_page_title(); ?></h1>

... add a class of hide,

<h1 class="hide"><?php get_page_title(); ?></h1>

and include that class in it's style sheet:

.hide {display: none;}

if using html5, [ Don't use the custom fields plug-in] ... just set up your own titling setup, for instance in an Hgroup:
<hgroup class="your class">
<h1>
----TITLE----
</h1>
<h2>
----SUB TITLE----
</h2>
</hgroup>
Reply


Messages In This Thread
GS3.1: Saving a page without a title clears page content. - by eatons - 2012-03-08, 23:49:04



Users browsing this thread: 1 Guest(s)