Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
no title for page makes no edit possible anymore (bug)
#1
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).
Reply
#2
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
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#3
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
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#4
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?
Reply
#5
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)
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#6
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>
Reply
#7
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
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply




Users browsing this thread: 1 Guest(s)