Is it possible to show all the sections in one page?
How can you get WPSQT to display one question at a time? I can’t find any docs so I don’t know where to look to do this. I have a pool of questions but I need to show just one question at a time. It looks like the developer has abandoned support for the project although it seems updates are still being pushed. Anyone have any tips, even just an idea as to where I should look.
Hi beatsforthemind , ,
edit file – /wp-content/plugins/the-events-calendar/views/widgets/list-widget.php
on line – 29 – replace tribe_get_event_link() by
tribe_event_link( $post );
its surely works
cheers