intlorange
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: List parents siblings with wp_list_pages (page)Thanks, alchymyth, for showing us how to traverse up the tree of posts/pages. Your solution is more elegant than another one I just found:
Forum: Hacks
In reply to: How to display list of parent parent's siblingsMaybe this answer will be useful to you:
Forum: Fixing WordPress
In reply to: List parents siblings with wp_list_pages (page)I want to do the same thing. It seems there’s no built-in WP function for listing a specific page’s siblings — only children.
Forum: Fixing WordPress
In reply to: Image uploaded but not able to insert, shows 404Try the advice on this post:
http://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1
Number 6 worked for me.
Forum: Fixing WordPress
In reply to: problem 404 inserting image on pageTry the advice on this post:
http://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1
Number 6 worked for me.
Forum: Fixing WordPress
In reply to: Upgrade to 2.9.2 not allowing Insert Into ImageItem number 6 on this post worked for me:
http://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1
Forum: Fixing WordPress
In reply to: Image uploaded but not able to insert, shows 404I have this same issue, and suspect it’s a permissions issue. Any ideas?
Forum: Fixing WordPress
In reply to: Edit Page injects <p> tags. Can this be prevented?Check out the wp-unformatted plug-in. It lets you disable WP’s normal XHTML parsing on a per-post basis.
Forum: Installing WordPress
In reply to: Subversion repository has movedAttempting this didn’t work:
$ svn switch --relocate http://svn.automattic.com/wordpress http://core.svn.wordpress.org/ $ svn switch http://core.svn.wordpress.org/tags/2.8/It left me with a dead blog — no pages rendered. I ended up abadoning the existing svn “checkout”, pretending it was a “traditional” WP blog (with no svn), and following these directions: http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion#Converting_a_.22Traditional.22_WordPress_Blog_to_a_Subversion_Checkout
Forum: Installing WordPress
In reply to: Subversion instructionsObatron, could you post some details on how you were able to “fix it”? I am in the same situation, trying to get Subversion to pull the files from core.svn.wordpress.org.
Forum: Installing WordPress
In reply to: Using Subversion to manage/update WordPressI’ve noticed that using WP’s self-updater disables my plug-ins, and therefore requires a little manual poking around after the update.
Using SVN therefore seems slightly easier and faster.
Forum: Fixing WordPress
In reply to: Comment Moderation Doesn’t WorkFilosofo — Thank you, too. That was very helpful. That “feature” is not at all self-evident and very confusing for those of us who are testing to ensure comment moderation is functioning.
Forum: Fixing WordPress
In reply to: All users allowed to comment despite admin approval option onThanks, vkaryl and jeffinerlee! Jeffiner, your suggestion did the trick. Perhaps the final option I had set was having an impact on my testing. Thank you.