简体   繁体   中英

Add php/html file to Wordpress Themes

I am new on wordpress and are using the themes as well. May I know where do I put a new file if let say main.php ? I want to make a custom main page and replace the index.php page on the theme. Do I need to put it under htdocs\\wordpress\\wp-content\\themes\\<theme-name> . I am using this locally on my computer.

On my main.php , I also include css file. Where do I insert the css file as well?

you can set your front page in wordpress dashboard customization options

Go to Administration > Settings > Reading panel.

and select the page listing in dropdown , but before that you have to create a new page and select you custom page from dropdown . see the below image.

在此处输入图片说明

refer this for more info

you can have your css file keep on style directory of your theme and link it in your main page using

get_template_directory_uri() . '/styles/your-style-file.css'

You have to create page template for this.

Have a look over below thread hope this will help you

https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM