Skip to content

French category not showing up #1395

Discussion options

You must be logged in to vote

Okay, this worked. But I decided it was problematic because it could be confusing for future web admins.

So I tried to create my own French and English meeting types specific to Debtors Anonymous, but I discovered this was not necessary.

When I added the following code to my functions.php in my child theme, it made the English and French settings appear even when set to Debtors Anonymous (sorry I can't figure out how to paragraph this code properly).

if (function_exists('tsml_custom_types')) { tsml_custom_types(array( 'EN' => 'English', 'FR' => 'French', )); }

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@SIA-WEBSUP
Comment options

@willinrecovery
Comment options

@willinrecovery
Comment options

Answer selected by willinrecovery
@SIA-WEBSUP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants