DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.66k stars 2.25k forks source link

Wordpress plugin development #540

Closed bigstardev closed 3 years ago

bigstardev commented 4 years ago

Hello, i am a beginer of wordpress especially plugin development. Please understand beginners' question. i am creating my first plugin, so what i am very curious is creating a special page using my own plugin. In other words, can i make one page just by activating my own custom plugin. If so, how can i assign the page url? I think custom page is made only by creating "template.php". So any advice is much appreciated. Thank you

adamradocz commented 4 years ago

Do you want to create a settings page in the Admin area or a page in the Frontend?

davidetaddei commented 4 years ago

As I understand you want that the plugin creates a new frontend page reacheable by an url defined by the plugin itself. For example the plugin creates a portfolio reacheable by the url www.mydomain.com/portfolio.

bigstardev commented 3 years ago

thank you for your response