Posted: June 28, 2012 at 2:42 pm
|
hi, i am trying to use this template file to display my events in a very basic table and it works for what i want as a full list of all my events, but is there anyway to make it so it only displays the events in one category? the shortcode file says it is but when i try to do use it, it just displays all the events, any help would be greatly appreciated |
Try: [ESPRESSO_TABLE category_identifier=”awesome”] If your category isn’t named “awesome” you’ll need to change that part. |
|
|
tried editing the normal template display file and i can again get all the events to display in a table, but i when i use the shortcode for a category it doesnt display anything |
Hi Alex, Which file are you editing? |
|
|
sorry, i missed your first response before replying again, thanks so much, you really are great |
|
Hello! I have the same problem with ESPRESSO_TABLE shortcode. The thing is, even though I provided category_id (and triple-checked spelling), I still get list of events from all categories. I went to espresso_table.php and put var_dump($category_identifier) in line 20 to see what’s in there, and sure enough it’s null, but I don’t know why. |
|
Hello again! I also did not see your first answer, but solved the problem myself. The thing is, according to the example shortcode provided in comments at the top of espresso_table.php, the parameter is “category_id”, so I copied it, changed the category identifier and of course, it didn’t work. I guess it’s not a bug, but it’s misleading and solving it was really frustrating… |
|
Hi, same here, all events displayed in the table – not filtering through category.. so I replaced
to
and this time it worked!!! |
|
also line 99 – small bug – even the event was sold out – still shows “Register” button
changed to
|
The support post ‘espresso table template file’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.