Hi everyone!
I'm just creating the page http://www.asadorsierramadrid.com
The title it has is the URL and I want to change it to a descriptive one. In my header.php the title tag looks like this:
<title><?php wp_title('|', true, 'right'); bloginfo('name'); ?></title>
I've tried to change what it's between the tags to what I want as a title, but nothing changes. What am I doing wrong? How can I change it?
I'm a beginner with HTML so probably doing something silly.
Thanks a lot!!