Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @jenia0jenia the Twenty Twenty-Three theme is a block-based theme that comes with a Site editor that allows you to design the entire site including the header, footer, and everything in between, with blocks.

    I agree that it can be very difficult when getting started, I would advise using the articles below to see how you can work with this theme.

    Thread Starter jenia0jenia

    (@jenia0jenia)

    hi!

    Unfortunately, there is no words about metatags, functions.php , for example

    Unfortunately, there is no words about metatags, functions.php , for example

    I see what you mean, the documentation could do more to explain what is missing or what has changed exactly. The theme structure for this particular theme is definitely different from the previous ones which is why you cannot see a functions.php file.

    To add PHP code, you can create a child theme using a Create Block Theme plugin, alternatively, you can add code using plugins.

    For the meta tags, are you able to provide more information about where and what you want to add exactly?

    Thread Starter jenia0jenia

    (@jenia0jenia)

    many thanks for your answer!

    About metatags: for example, i want to and any code inside <head> tag. How can i do this?

    Hey @jenia0jenia. You can follow this doc on how to add content to the <head> tag. If you are new to PHP code, the easiest option is to use the Code Snippets plugin.

    Alternatively, you can add code to your head and footer with this plugin. I hope that helps!

    Thread Starter jenia0jenia

    (@jenia0jenia)

    hey @mrfoxtalbot!
    Thanks, but it’s not any .php in theme!
    Where i can use your link about wp_head function ?
    I can’t understand

    • This reply was modified 1 year, 9 months ago by jenia0jenia.

    Where i can use your link about wp_head function ?

    If you want to add custom PHP code you can use the wp_head() function, the code to be used depends on what you want to achieve. This code can be added to a plugin such as code snippets or you can create a child theme.

    However, there is a Headers and Footers plugin you can use to add code to your site’s header. Depending on your coding skills this is a much simpler option.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘It’s really too hard understand new method of changing anything in Theme’ is closed to new replies.