Viewing 5 replies - 1 through 5 (of 5 total)
  • Jon,
    I saw this question that never was answered. But then i looked at your page and saw that you solved it. I am using the Divi theme and i would like to implement a similar scheme for filtering. Would you be willing to give some pointers please?
    Thanks
    Corky

    Thread Starter jonpbradley

    (@jonpbradley)

    Sure, I’ve actually done this page… https://www.chelmsfordpres.org.uk/talks/ – using the Divi theme and page builder. I used the ‘toggle’ element in Divi builder with the titles as shown and then shortcodes within eg…

    Bible Book
    [list_sermons tax=”wpfc_bible_book” order=”DESC” orderby=”count”]

    Speaker
    [list_sermons tax=”wpfc_preacher” order=”DESC” orderby=”id”]

    Series
    [list_sermons tax=”wpfc_sermon_series” order=”DESC” orderby=”id”]

    Annoyingly I don’t think you can order the Bible books in actual Bible order. I’ve got a support ticket waiting on that(!).

    Does that help?

    It does help – thank you. I changed “tax” in your example to “taxonomy” – was that correct to do? (I had an error when i used “tax”. But i think i need to add something else to make it work.
    See https://tf-sandy.org/talks/talks/
    I found the below – it looks like I need to add it, but dont know where:
    echo the_terms( $post->ID, ‘wpfc_preacher’, ”, ‘, ‘, ‘ ‘ );
    echo the_terms( $post->ID, ‘wpfc_sermon_series’, ‘<br /><span class=”sermon_series”>Series: ‘, ‘, ‘, ” );
    echo the_terms( $post->ID, ‘wpfc_sermon_topics’, ‘<p>Topics: ‘, ‘, ‘, ‘</p>’, ” );

    I appreciate your help.

    Thread Starter jonpbradley

    (@jonpbradley)

    I’m sorry, you’ve reached the extent of my knowledge. I’ve definitely used the code in my earlier post eg. [list_sermons tax=”wpfc_bible_book” order=”DESC” orderby=”count”] – and it’s working fine for me. I’m aware lots of people are having errors on their setups which I’m not seeing so I’m not sure if I’ve just been lucky. Those lines of code were just copied from the plugin support page…

    https://www.wpforchurch.com/knowledgebase/sermon-manager-shortcodes/

    Thanks very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I add the filter dropdowns?’ is closed to new replies.