Search code examples
phpwordpressmeta-tags

Different description meta tag for each page in wordpress without plugin


how to use different description meta tag for each page in wordpress.

I have one header.php file for all of the theme.


Solution

  • To add different description Meta tags Without using plugin you could create Custom fields in Wordpress and then call them in your header.php file

    https://wordpress.org/support/article/custom-fields/