boykenan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: uploaded files have permission problems since 3.05did you ever solve this problem? i am having it now (with version 3.3.1).
Forum: Fixing WordPress
In reply to: wp_list_categories not listing tagsI’m an idiot:
wp_list_categories( array( 'taxonomy' => 'post_tag' ) );does the trick.
No worries. For the moment, I just found the jQuery function and killed it.
Thanks for all your great work!
Forum: Fixing WordPress
In reply to: Add class to image attachment link?I feel certain someone knows how to do this; there are plugins that manage it, right? Can someone maybe direct me to someplace I can read about how to make a change like this?
Forum: Fixing WordPress
In reply to: broken next_posts_link for categoriesOkay, I solved this problem, and am reporting back on the assumption that other people will have it, as well. It actually had nothing to do with the presence of multiple loops.
In the admin “Reading” settings, “Blog pages show at most” can not be set to a higher number than your query demands, or the subsequent archive pages disappear. So, some of my categories query 5 posts while others query 15. The admin setting must be set to 5 or lower for these all to work.
This wasn’t the case in previous versions, and I certainly can’t see any value in it, which leads me to believe it’s a bug.
Forum: Fixing WordPress
In reply to: broken next_posts_link for categoriesBelieve me, I read that codex page very carefully before posting the question. But I can’t figure out where my older posts have gone. The links worked until the upgrade.
Forum: Fixing WordPress
In reply to: broken next_posts_link for categoriesTo clarify, the broken link is “older videos” in the left-hand menu.