To change the word “Speakers” in the events Top menu:
1. Backup the original files before editing.
2. Open the file wp-content/themes/januas/section-menu_top_event.php.
3. Find this line (around line 33)
<li><a href=”#speakers_hook”><?php _e(‘Speakers’, ‘januas’); ?></a></li>
4. Replace with your desired word like this:
<li><a href=”#speakers_hook”><?php _e(‘the word to change’, ‘januas’); ?></a></li>
To change the word “Speakers” in the events display section:
1. Backup the original files before editing.
2. Open the file wp-content/themes/januas/lib/metaboxes/metabox-speakers.php
3. Find this line (around line 20)
<h4><?php _e(‘Speakers’, ‘januas’); ?></h4>
4. Replace with your desired word like this:
<h4><?php _e(‘the word to change’ ‘, ‘januas’); ?></h4>