davidmihm
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox 2] [Plugin: Lightbox 2] Not functional WordPress 3.1 and IE8THANKS hd.design.
Super-quick fix that definitely worked (I used the prototype.js from WP 2.8.4)
Forum: Fixing WordPress
In reply to: Changing Page Authors in 2.8Thanks MichaelH, that worked great.
Forum: Themes and Templates
In reply to: Used to use two loops, how do I do this now in 2.8?What kinds of problems occur with this code?
What was supposed to be contained in the loops just don’t show up…it’s like WP just ignores they’re even there…but as I said, as soon as I removed the custom field on those posts that was created by the plugin, all problems went away.
Forum: Themes and Templates
In reply to: Used to use two loops, how do I do this now in 2.8?So, at least the solution to my personal problem on the homepage had to do with the “Stealth Publish” plugin, which looks not to be 100% compatible with 2.8. As soon as I removed the custom fields from those posts associated with this plugin, they appeared on the homepage as before.
Forum: Themes and Templates
In reply to: Used to use two loops, how do I do this now in 2.8?I’m having the exact same problem. Multiple loops on the homepage appear buggy in 2.8…any ideas…?
Forum: Plugins
In reply to: automatic login with register-plusI’d love someone to help with this as well. After clicking the register button, it would be great to log them in automatically and dump them on their edit profile page.
Forum: Fixing WordPress
In reply to: How can I filter posts belonging to 2 categories with query_posts()?That’s terrific MichaelH, thanks so much!
Forum: Fixing WordPress
In reply to: How can I filter posts belonging to 2 categories with query_posts()?Otto42 & taote, thanks SO much.
query_posts(array('category__and'=>array(2,6)));works perfectly. Any ideas on how to combine that with the other query_posts parameters, i.e.
&showposts=and&order=? I can’t figure out the syntax.Thanks!
Forum: Plugins
In reply to: Plug In To Change Post OrderAndreSC,
It would be great if this were available as a plugin; I’d definitely use it.