Title: the_title() call
Last modified: December 3, 2018

---

# the_title() call

 *  Resolved [rainmanne](https://wordpress.org/support/users/rainmanne/)
 * (@rainmanne)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/call/)
 * I need to customise the <?php the_title()?> call in order to make an anonymising
   extension for WPJobBoard plugin work properly. It works fine with other themes
   but not with Hestia (it does not do the full anonymisation). The plugin’s developer
   sent me the instruction how to make it work, which involves copying the content
   of single.php or page.php into a separate file (single-resume.php) and replace
   the <?php the_title()?>; call with the following code:
 *     ```
       <?php global $wpjb_candidate_anonymizer; ?>
       <?php echo esc_html( $wpjb_candidate_anonymizer->anonymize_name( get_the_name(), get_the_ID() ) ) ?>
       ```
   
 * However, I cannot find the <?php the_title() ?> anywhere in teh theme. Could 
   you please help me?
    -  This topic was modified 7 years, 6 months ago by [rainmanne](https://wordpress.org/support/users/rainmanne/).

The topic ‘the_title() call’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hestia/3.3.4/screenshot.png)
 * Hestia
 * [Support Threads](https://wordpress.org/support/theme/hestia/)
 * [Active Topics](https://wordpress.org/support/theme/hestia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hestia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hestia/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [rainmanne](https://wordpress.org/support/users/rainmanne/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/call/)
 * Status: resolved