This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Taxonomy terms translation
Started by: psychonL in: English Support |
|
3 | 8 | 1 year, 4 months ago | |
Some custom fields in field group do not translate
Started by: psychonL in: English Support |
|
2 | 6 | 1 year, 6 months ago | |
Some strings are not showing up in String Translation
Started by: psychonL
in: English Support
Problem: Solution: - The text must be wrapped in gettext calls So instead of adding the title like this: <h3>Redes</h3> You could use a code like this one: <h3><?php __( 'Redes', 'your-theme-domain' ); ?></h3> Relevant Documentation: |
|
2 | 7 | 1 year, 6 months ago |