Skip to content

Tag: wordpress

get_template_part – WordPress not working

I am trying to place the content of the about page inside a div on the header , the template part is located on folder template-parts/content-about.php on the header the code is: And the content-about.php looks like this: The issue is that is showing on the div the same content as the current page for example…

dealing with forms in php

I have only one php file called index.php. I have created there a form with one input text element and one input submit element. When I click on submit I want to deal with the value from the input element in the function that is in the same file, namely index.php. So my question is what to write into action