Forum Replies Created
-
AuthorPosts
-
September 12, 2013 at 8:16 pm in reply to: Display the number of tickets purchased per order in attendees list? #65732
Joel
ParticipantHmm… I’m going to back away sheepishly at this point because I now realize that all tickets are there in the attendees list, just under the same name as the person ordering it.
I’m pretty sure you said you were already working on attaching personal information to each ticket, so consider my question resolved. Aren’t these the best support tickets anyway? 🙂
Joel
ParticipantBah, of course. Thank you!
August 26, 2013 at 1:28 pm in reply to: Add something before/after events in Event List Widget #62878Joel
ParticipantShould’ve known that wouldn’t work. Here’s the code: http://snippi.com/s/gtoqgjo
August 26, 2013 at 1:26 pm in reply to: Add something before/after events in Event List Widget #62876Joel
ParticipantI ended up getting this to work for my situation. Hope it helps someone else:
global $post;
$all_events = tribe_get_events(array(
‘eventDisplay’=>’3’,
‘posts_per_page’=>-1
));foreach($all_events as $post) {
setup_postdata($post);
?><a href="”> ‘alignleft’) ); ?>
<a href="”>
ID, false, ‘M j, Y’ ); ?>, ,
August 26, 2013 at 12:52 pm in reply to: Add something before/after events in Event List Widget #62862Joel
ParticipantI’d also love to know how to do what he asked originally: To add content before or after the widget. I’m a front-end guy, and can only hack in php, so I’m not following what snorton suggested. I’ve tried adding a php widget to wordpress and putting his code in, but with no success.
-
AuthorPosts
