| User | Post |
|
12:56 am 30 January, 2009
| Elizabeth Bonney
| | |
| Member | posts 3 | |
|
|
I am new to WordPress and need a simple event list. This looks terrific but I am not able to get it working properly. Probably because I don't understand the instructions.
Do you have a more detailed set of instruction you could offer me. I'd really appreciate it.
I have set-up an events category
I created a new post
I added a custom field – in the "name" field I put the event "Ground Hogs Day" – in the "value" field I put the date "2009-02-02"
I put "[events_list]" in the body of the post. But when I view it, I don't see the event day only "eventlist (February 2, 2009)"
eventlist is a link
What am I doing wrong?
Do you know what I
Read original blog post
|
|
|
9:44 am 30 January, 2009
| Mark Barnes
| | |
| Admin
| posts 349 | |
|
|
The name of the custom field should be 'event_date' (without the quotes). It will pull the name of the event from the title of the post.
|
|
|
1:35 pm 30 January, 2009
| Elizabeth Bonney
| | |
| Member | posts 3 | |
|
|
Yes. I did end up trying.
I created a page called "EVENTS". The only thing on this page was "[events_list]"
In the custom field: Name "event_date" Date "YYYY-MM-DD"
I created a post: Title: "Groundhogs Day" content "looking for shadow"
Custom field: Name "Monday" Date "2009-02-02"
When I went to my "EVENTS" page, all I say was "looking for shadow"
Thanks for your advice, Elizabeth
|
|
|
7:14 am 1 February, 2009
| Mark Barnes
| | |
| Admin
| posts 349 | |
|
|
Sorry if the instructions are not clear. To clarify:
- You don't add a custom field to the page that contains [events_list].
- You do add a custom field to the page which describes your event. The custom field should have the name="event_date" and the value="YYYY-MM-DD" where YYYY-MM-DD is the date of your event.
I've added a screenshot to the post so you can see what I mean.
|
|
|
4:52 am 3 February, 2009
| Elizabeth Bonney
| | |
| Member | posts 3 | |
|
|
Hi, still not working for me.
I created a page called “EVENTS”. The only thing on this page is “[events_list]”
Nothing in the custom field.
I created a post: Title: “Groundhogs Day” content “looking for shadow”
Custom field: Name: "event_date" Date: "2009-02-02"
since this is a post I chose the "EVENTS" category, even though it will be on a page
When I go to my “EVENTS” page, all I see are the words "[events_list]" no link or anything.
What am I doing wrong? Elizabeth
|
|
|
4:32 pm 26 February, 2009
| Chuck Dirkse
| | |
| New Member | posts 1 | |
|
|
I like your plugin and it works just fine, however if I wanted to add the event list in the sidebar, can I simply call the php function? I tried adding [events_list] but that didn't work. What are the parameters that I need to pass? Thanks.
|
|
|
7:57 pm 3 March, 2009
| Ally
| | |
| New Member | posts 1 | |
|
|
Hi, thanks for this plugin :-) Just a question: how to put the date in another format (French in my case). For example, it would be: "05-12-09" for December 5th of 2009.
Hope you can help!
|
|
|
10:10 pm 5 March, 2009
| gestroud
| | |
| New Member | posts 1 | |
|
|
@ Chuck Dirkse: I wonder if using emw_events_list(); would work as a function. I'll give it a shot and let you know.
@Elizabeth Bonney: When you created the Events page, did you use the Visual Text Editor or the HTML editor to create the page? Sometimes, but not always, it makes a difference. Try going into your Page Edit section and add the code using the HTML editor. Hopefully, it will work.
|
|
|
7:32 pm 11 March, 2009
| Erik Corona
| | |
| New Member | posts 1 | |
|
|
Thanks for the plugin.
It works perfect.
It would be nice to have a widget to be inserted on the sidebar.
;)
|
|
|
3:56 am 18 March, 2009
| drew
| | |
| New Member | posts 1 | |
|
|
Does anything happen when the date of the event has come and gone or is it still listed as normal? I'm looking for an upcoming event list.
|
|
|
8:39 am 20 March, 2009
| ronald
| | |
| New Member | posts 1 | |
|
|
hi there, thanks for the plugin, works fine for me. Just 2 questions:
1- is it possible to give an event more than 1 date? There are many events that last more than just 1 day and I'd like it to be shown on the events list all these days.
2- how do i localize the date setting in the event list?
|
|
|
3:07 pm 27 July, 2009
| davidlt
| | |
| New Member | posts 1 | |
|
|
Thanks for the simple event list!
I would like to sort the list, earlier dates first. Is that possible?
Thanks,
Dave
http://www.life247.org/upcomin…..nd-events/
|
|
|
10:20 am 8 September, 2009
| pffmihai
| | |
| Member | posts 4 | |
|
|
Hello Mark,
Great and simple plugin. Really appreciate it!
But, as tigerwoods, I need to use this in the sidebar as a widget.. can you help?
best regards,
pffmihai
|
|
|
10:38 am 8 September, 2009
| pffmihai
| | |
| Member | posts 4 | |
|
|
Me again,
For of you guys interested in this, I have found a solutions to display the event list in a text widget placed in the sidebar.
You must add a line of code in theme's functions.php file.
add_filter('widget_text', 'do_shortcode');
And then you can load a text widget with the shortcode provided by the plugin author: [events_list]
For more info see this link.
|
|