Title: Echo (PHP) Meta-Title
Last modified: November 23, 2020

---

# Echo (PHP) Meta-Title

 *  Resolved [danielcob](https://wordpress.org/support/users/daniel05wp/)
 * (@daniel05wp)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/echo-php-meta-title-2/)
 * Hey guys!
 * I’m currently using this to show the meta-description in my search results if
   someone uses my internal search.
 * <?php
    // Page query $query = [ ‘id’ => get_the_id(), ];
 * $meta_description = function_exists( ‘the_seo_framework’ ) ? the_seo_framework()-
   >get_description( $query ) : ”;
 * echo esc_html( $meta_description );
 *  ?>
 * Now I wanna echo the meta-title from TSF too and put it above the meta-description.
 * What would I add to the code to make that work?
 * And is there a general overview of all TSF fields and its PHP “names”? 🙂
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sybre Waaijer](https://wordpress.org/support/users/cybr/)
 * (@cybr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/echo-php-meta-title-2/#post-13703531)
 * Hi Daniel,
 * You can use `the_seo_framework()->get_title( $query );` to get the title.
 * Most of the documentation you can find about the plugin is within the plugin 
   files. The methods are completely documented and mostly manifest. You only need
   a neat code editor like VSCode that’ll help you browse through it easily. Most
   of what TSF is capable of [is instantiated within this file](https://github.com/sybrew/the-seo-framework/blob/4.1.1/inc/classes/init.class.php).
 *  Thread Starter [danielcob](https://wordpress.org/support/users/daniel05wp/)
 * (@daniel05wp)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/echo-php-meta-title-2/#post-13703877)
 * Thank you very much, Sybre! You are such a helpful person!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Echo (PHP) Meta-Title’ is closed to new replies.

 * ![](https://ps.w.org/autodescription/assets/icon.svg?rev=3000376)
 * [The SEO Framework – Fast, Automated, Effortless.](https://wordpress.org/plugins/autodescription/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autodescription/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autodescription/)
 * [Active Topics](https://wordpress.org/support/plugin/autodescription/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autodescription/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autodescription/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [danielcob](https://wordpress.org/support/users/daniel05wp/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/echo-php-meta-title-2/#post-13703877)
 * Status: resolved