pordonez's avatar

Wordpress custom head title

Hi, i am using twenty twenty theme, how can i create a custom head title ?, when i tried to use that tag it doesn't reflect on the title bar of the site.

0 likes
4 replies
automica's avatar

@pordonez you're best to ask on stackoverflow for help with WordPress. Laracasts is for Laravel and related questions.

1 like
BillyBrown's avatar

How did you create the custom head title? I am looking to create one for my website

JamesWW's avatar

I'm being a necromancer here but you can retrieve the page title by referencing <?php the_title();?> which will effectively echo out the title that's been applied in the backend.

Please or to participate in this conversation.