A
A
Artem Gvozdev2020-01-06 02:31:21
Search Engine Optimization
Artem Gvozdev, 2020-01-06 02:31:21

How to make custom variables to generate metadata in Wordpress?

Hey! How does meta tag generation work in wordpress?
How can you make it yourself? like filters?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zorca, 2020-01-06
@zorca

We just write the necessary tags in the head:

add_action( 'wp_head', function() {
  echo '<metatag>';
}

If you need to insert only on certain pages, write a condition.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question