oXfoZ
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!I try to limit the posts for showing only this months events <?php $posts = query_events($query_string .’&monthnum=10′ ); ?> this whill result in showing the posts I published in October and not the events that will start in October.
Thats normal. query_events use result from query_posts. So if you use query_events($query_string .’&monthnum=10′ ); first query post will return post wich was posted in October, then query_events will just sort them. If you want to display only october events, you have to change publishing date to the months you want, at this time…
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!We have made many test but pagination problem seems to not be a problem with query events… sorry.
To answer the google calendar question, events are not auto add to google calendar, this is the reason we created the ics files. You just have to export it in your calendar, ics are standart formatted filesForum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!the option “order” in query_events, will be remove. To get in asc or desc order you have to setting it in the post event admin panel
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!Thanks for this comment. We recently uploded a new version which should correct this issue…
Thanks by advance for your feedback !