apache - Wordpress custom folder as homepage -
in wordpress have folder name custom custom script. visit myexample.com/custom script work. wish use myexample.com script instead of myexample.com/custom. want replace custom script rather displaying default homepage of wordpress.
just add template comments in top of main file under custom folder.
<?php /* template name: example template */ ?> how create page template: http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
create new page select page template page template dropdown , set page home page.
Comments
Post a Comment