iPascalCase
11/11/2017 - 9:57 PM

get a php file in wordpress to be shown in another page

name the page something like "left-sidebar.php" then use " then it get the left-sidebar.php and show it in the file which the code is writen in it.

<?php get_template_part('left-sidebar'); ?>