tison
Forum Replies Created
-
Forum: Themes and Templates
In reply to: display page parent on page with titleAwesome, thank you ivovic, can’t believe this isn’t posted in a more public place. A may soon combine your hierarchicial script here with ForTheLose’s breadcrumbs
Forum: Fixing WordPress
In reply to: Link to parent Page?This may be off topic, but if you’re hoping to use this display a breadcrumb type list – this post is very helpful in doing so:
http://ww.wp.xz.cn/support/topic/179226?replies=13
Also, here is some available codes for $post:
Forum: Installing WordPress
In reply to: 2.5 Admin Login Styles MissingI had the same problem here. I hadn’t upgraded or anything, simply moved wordpress from one site to another. My solution here was not solved by deactivating plugins, however upgrading my copy of wordpress DID solve the problem.
My advice for anyone with this issue is to upgrade if you can – or follow the same steps as an upgrade (be sure to check the link as well as follow my instructions here):
- Back everything up.
- Completely remove your wp-admin and wp-includes directories
- Upload the new versions of those directories
- Selectively overwrite files in the root with the new files (EXCEPT wp-config)
- Overwrite anything within the wp-config directory on a per-file basis; being careful not to overwrite custom themes, plugins, etc.
Hopefully that saves some time for someone in the future.
Update: Just noticed bisquitware had covered basically the same steps in his comment.