I'd like to add a title
element to a specific page (not all pages). I am using Yoast but I could not find this page on Yoast plugin. So I think I'd have to add it on PHP file head section. But my head section is like this below, how can I add it?
<?php
/**
* The template for displaying all single jobs.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package WorkSt
*/
get_header(); ?>
Then below this is HTML, e.g. container and so on.
You can to this by
wp_head
hook of wordpress