GetSimple Support Forum

Full Version: no title for page makes no edit possible anymore (bug)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I changed the title of my homepage (the first one) to a space. Now I can't edit it anymore (to edit you have to click on the title name) and also can't delete it (since it is the homepage).
datiswous Wrote:I changed the title of my homepage (the first one) to a space. Now I can't edit it anymore (to edit you have to click on the title name) and also can't delete it (since it is the homepage).

You can enter the URL to edit the page manually. Edit any other page then change the id in the URL to "index" and press enter. The URL should be something like http://your.domain/admin/edit.php?id=index
Thanks for the report... I made a change in the SVN so it won't happen next time..

http://code.google.com/p/get-simple-cms/...tail?r=324
Thank you both.


It would be handy to ad the possibillity (in the page options section) to not show the page-title/name on the page.

Alltough maybe this is actually a feature request?
datiswous Wrote:It would be handy to ad the possibillity (in the page options section) to not show the page-title/name on the page.

You can currently do it the following way:
  • Copy your default template to e.g. "template-no-title.php"
  • Add a new CSS rule to this template: "h1 { display:none }"
  • Select this template for the page, whose title you want to hide

(this assumes that you only use h2, h3, etc. in your page content)
this is very bad advice in SEO aspects. hidden text.
Why not make ajustment to the template
deleting line like this <h1><?php get_page_title(); ?></h1>
Or you can just delete the H1 from that template. And as a general rule display:none is bad for seo but doing it once or twice will make absolutely no difference