michan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Directs me to 404 after posting/post updatingThat fix is about searching through tags, I think. Completely irrelevant with posting.
The problem is with running post.php.
Forum: Fixing WordPress
In reply to: Directs me to 404 after posting/post updatingI seem to be having the same problem with both editing posts and making a new post. I get redirected to the site’s 404 page when running post.php.
Forum: Plugins
In reply to: headers error when install a pluginMake sure there is no space after ?> in your moody plugin document.
Forum: Fixing WordPress
In reply to: Showing a recent post in index.php from blog.phpOh d’oh! I never thought of looking in the Wiki! Thank you very much for all your help! 😀
Forum: Fixing WordPress
In reply to: Importing posts from another WP BlogYou should have backed up the DB in your old site and restored it to the new one using the version of WP you used before and then upgrade to the new one before writing your new entries.
I’m not making sense.Forum: Fixing WordPress
In reply to: Comment loop not working rightYou can try putting this in your css:
#commentlist ul, #commentlist li {
list-style-type: none;
}
That takes away the numerical order in the ol.Forum: Plugins
In reply to: phpGiggle 1.3.0 Released