jklina
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Slide Quantity shows 3 slides despite changing the valueYes, it was definitely interfering queries. I went ahead and changed my front page to use a static page rather then use the recent posts option. I think they were both competing for the global query.
After I changed my front page to use a static page and setup my news articles to use another separate query with WP_Query, they are no longer interfering with each other.
Thank you much for you help and understanding!
Forum: Plugins
In reply to: [Meteor Slides] Slide Quantity shows 3 slides despite changing the valueI’m working on a custom theme I’ve built. You can see it here:
http://174.120.7.177/~jklina/phelps
On the homepage where the slideshow is, I’ve set a new variable to a new WP_Query object. Could that be effecting the slide show?
Awesome observation and it works beautifully! Thanks Pär!
Forum: Plugins
In reply to: Date FieldAwesome, again, thank you very much. Greatly appreciated.
Forum: Plugins
In reply to: [Simple Fields] Accessing simple-fields in get_posts loopExcellent, thanks for the explanation. I’m new to WP so I’m still learning the nuances of defining multiple loops and such. A new instance of WP_Query seems reasonable.
Forum: Plugins
In reply to: [Simple Fields] Accessing simple-fields in get_posts loopAh, thank you. Specifying the ID explicitly helps.