2011-02-17, 03:38:04
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).
no title for page makes no edit possible anymore (bug)
|
2011-02-17, 03:38:04
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).
2011-02-17, 04:20:34
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
2011-02-17, 04:23:03
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
2011-02-17, 08:28:09
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?
2011-02-17, 17:36:12
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:
(this assumes that you only use h2, h3, etc. in your page content)
2011-02-17, 20:56:16
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>
2011-02-17, 21:01:18
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
|
« Next Oldest | Next Newest »
|