Dashboard, Posts, posts and mouse-over the one you need to edit and you will see an edit choice. Use the html view to edit.
but i need edit something about head tag, but only in this specific post
There is usually only one header.php file for the whole site, not for a specific post. If you want to add some code in the header.php file for a specific post, you’ll need to use a WordPress conditional.
I need to add this `
<link rel=”image_src” href=”http://www.mysite.com/image.jpg” />
in the <head>`
And image.jpg will be diferent for every post
So how can I do that?
Have a look at the WordPress conditionals link I gave you earlier.
I need add this code in the <head>
<link rel="image_src" href="http://www.mysite.com/image.jpg" /> in the <head>
but image.jpg will be for every post different, so how i can do that?
I ve seen it, but i dont know work with that 🙁