I'm starting in the world of Wordpress programming. I created a child theme and I would like to know how I can create a new
I'm starting in the world of Wordpress programming. I created a child theme and I would like to know how I can create a new
What you have to do is take the original theme file (parent) and copy it to your child theme folder. Once there, in the son theme, you can modify the file without influencing the parent theme. When there are updates, only the parent theme will be updated, so the child will remain intact.
I would not do it with display: none; It is a dirty way of hiding something that is not going to be seen at any time.
I do not know if I've explained myself completely well. Any questions, tell me and I'll solve it for you.