Sorry if this is confusing as I am quite new to php/wordpress. Anyways, I have a website. The home page is currently an html file. I have a separate Wordpress blog page. My blog page has a blank template that I have modified to suit my own needs and I have essentially recreated the entirety of the blog page (well, just the header/navigation areas) on the homepage and plan to have links to different blog posts.
The thing is, my blog page has a search function. How would I include this on my home page? I am assuming I need to save my html file as a php file first and link to the blog php file? Then can I use the "get_header" function to generate the navigation?
Thanks