简体   繁体   中英

Wordpress custom page with form without using the plugin

I'm looking for a solution to create page where users will be add wine or whisky descriptions (as post but not from dashboard. I need custom page with form). The form will have custom fields such as taste, smell, color, etc (author role - I as administrator must accept the post).

Create a template named page-{id}.php or page-{slug}.php

page-{slug}.php — If no custom template has been assigned, WordPress looks for and uses a specialized template that contains the page's slug.

page-{id}.php — If a specialized template that includes the page's slug is not found, WordPress looks for and uses a specialized template named with the page's ID.

After that you can put everything you want inside.

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