Hello guys, I know nothing on php, but I’ve been experiencing with wordpress, and I love the php function to call upon other pages, example:
<?php get_header(); ?> (gets header info)
changing content code
<?php get_footer(); ?> (gets footer info)
I want to implement something like this on my own page, but I’m quite lost on where to start and search for. Any help would be appreciated.