It takes forever for the page to load, but I think you messed up the tag that lists your archives or pages. It is listing EVERYTHING.
Check out the following tags for specifics on how to set these in your sidebar.php or copy the original sidebar from the Default Theme back into your Theme’s folder on your site and it might fix itself.
http://codex.wordpress.org/Template_Tags
http://codex.wordpress.org/Template_Tags/get_archives
http://codex.wordpress.org/Template_Tags/wp_list_cats
http://codex.wordpress.org/Template_Tags/list_cats
http://codex.wordpress.org/Template_Tags/wp_list_pages
Thread Starter
lse12
(@lse12)
But in the admin mode, automatically it makes itself pages continually.
and now I am using default theme..
this problem happened in the default theme.
please help me.
Thread Starter
lse12
(@lse12)
it makes so many page parents..
You have somehow triggered an infinite loop. This can happen if a page is its own parent. We should protect against this in the admin UI, but we could have missed something. Edit the page and check the page parent. Make sure the parent of the page is not the page itself.
I made a small change to wp_list_pages() which should help. See bug 1095.
Thread Starter
lse12
(@lse12)
I changed it. but it is not work..
I give you admin password…
please check it…
id : admin
passwd : xxxx
http://all-iran.info/home4/wp-login.php
Thread Starter
lse12
(@lse12)
I fixed my error..
I changed ID field in the posts table.
I make ID field to primary.
lse12, please don’t every give your password information publicly here. I’m sure the moderator caught this and fixed it, but please don’t do this. Anyone can come in and mess with your pages, now. Please change your username and password immediately.
Good luck and glad you solved this.