palyne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: AWSOM Drop Down Archive] Short code doesn’t work%%awsomarchives%% does not work. After trying to figure out why for awhile, and reading everything on author’s site for awhile, I discover the question came up here a month ago and still isn’t answered. I guess this plugin is no longer supported. That’s a pretty obvious basic I’m sure many people have run into problems with by now.
Forum: Fixing WordPress
In reply to: blogger import not workingI used this. It imports all my comments but still ignores all the posts. Dammit.
Forum: Fixing WordPress
In reply to: blogger blog importIronically my using the ‘search’ function here only finds me the same problem unresolved, as opposed to finding me posts where someone might have answered it.
Forum: Plugins
In reply to: [Plugin: Get Recent Comments] It doesnt work with WordPress 2.8Is this fixed yet? I’m not sure if I should look for a different plugin; this one seems good but that’s a pretty serious bug.
Forum: Fixing WordPress
In reply to: Visual vs. HTML editing in 2.8OK so after going through settings in MANY other areas including those for THE EDITOR, I did not know there was a setting in my user profile (and in that of the author I was trying to walk through this) that caused this. Yes, you’re right, that was it. Magically that also fixed the broken “image upload” problem; now that works. Thank you!!!
Palyne
Forum: Installing WordPress
In reply to: Found 1 bug. Need help w/2nd.This was solved.
In the theme “Blog Oh Blog” it had a line just below categories that read:
<?php wp_list_bookmarks(); ?>That is what was throwing the error. I’m sure it’s a bug that needs fixing, but for my purposes, just taking the line of code out works for me.
Forum: Installing WordPress
In reply to: Found 1 bug. Need help w/2nd.Um, this forum ate the code that I pasted in to example what is still being thrown as an error. Here is it entered again with line returns as it seems like it is just not showing it past the right side margin:
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY name ASCForum: Fixing WordPress
In reply to: Category List: Alphabetically by Parent w/ Nested ChildrenForum: Fixing WordPress
In reply to: a page with posts?I don’t think you need a whole plugin for this. This page:
http://codex.wordpress.org/Template_Tags
Has info on lots of basic tags you can use within WordPress and the parameters etc. for them. You should be able to figure out how to include/exclude/single-out categories for your main page by looking at the categories tags options.