Lee

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Remove pagination from list view and list all events #1000176
    Lee
    Participant

    Hi George.

    You’ll notice that the URL has changed slightly – it’s still the same site that the licence was purchased for but the client decided to change the URL.

    I disabled the Filter Bar plugin but still have the same issue. I’m wondering if I might have to write a custom loop and set post per page to -1.

    Thanks for the help.

    in reply to: Remove pagination from list view and list all events #1000174
    Lee
    Participant

    This reply is private.

    Lee
    Participant

    Hi George, thank you very much for the reply and your solution. I managed to fix this late on yesterday by adding the following snippet just before the $posts variable is defined:

    global $post, $wp_query;

    Thanks again though!

    Lee
    Participant

    Thanks Nico,

    tribe_get_custom_fields(); is what I was looking for. I know the additional field key name I’m after so I just took the array and picked out the value by key like:

    $fields = tribe_get_custom_fields();
    echo $fields['Keyname'];

    Thanks again

Viewing 4 posts - 1 through 4 (of 4 total)