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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -