soydevon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.8 HTML editor adding <p> and <br />Is there any further news on this? I’m suddenly noticing this same problem on a couple of websites that NEED to be 100% validated code. WP is messing up the validation completely by adding in code.
Even weirder, the code isn’t even showing up in the editor, but will show up in the webpage output. Huh?!? I upgraded to 2.8.2 hoping it would fix this issue, but it didn’t. What gives? I too, never use the visual editor.
Forum: Plugins
In reply to: auth_redirect()+3 thank you rbredow!
I want this fixed, it’s been 6 months already.
Forum: Themes and Templates
In reply to: wp_list_categories ProblemQuick fix…
- click to edit a post belonging to a category that doesn’t show up in the list
- simply press save without changing any of the text.
- Now that category will show up in the category listing.
Curiously, I’ve found that in manage > categories, any categories that contain only imported entries claim there are 0 entries in the category even though the page/URL for that category’s entries still show all the entries associated with the category. The individual entry pages themselves also show they are in a category. This was still a problem after I upgraded to WordPress 2.6.2
So there seems to be a bug related to imported entries not being associated into the category list, while the imported entries still know what category they are associated with.
Forum: Themes and Templates
In reply to: wp_list_categories ProblemOk, this is weirder yet. I just added a post, and suddenly the category that post belongs to…shows up in the category listing. No other categories do, just that one. Huh? All the posts I imported, are being treated as if they aren’t in categories… but I checked, and they are definitely in categories. Even when I go the entry’s individual page/URL, it shows at the end of the post what category this is in, so I know the system grasps the connection there.
So why are the imported entries being treated differently than newly posted entries? I’ve never had that happen before.
Forum: Themes and Templates
In reply to: wp_list_categories ProblemNope, I upgraded by reinstalling from scratch. My permalinks are fine….just checked to be sure and the categories still don’t get listed when I try to use the
wp_list_categories()function. In fact, none of the themes workForum: Themes and Templates
In reply to: wp_list_categories ProblemI’m having the same problem, but it’s affecting all themes I’ve installed. I recently upgraded to WordPress 2.6.1 and I can only assume there’s some kind of bug as I’ve just spent about an hour on this problem and can’t figure out what’s wrong. I’m simply trying to get the following bit o’ code to output something… anything…
<?php wp_list_categories('show_count=1&sort_column=name&title_li=');?>…and I have about 10 categories and hundreds of posts assigned to those categories. Yet, nada. I’m baffled, and I’ve got a decade of experience as a web developer behind me.