实际上我想将一个简单的html页面转换为wordpress插件。任何人都可以帮助我,我怎么能实现这一目标。但是我可以使用wordpress并在其中安装插件。有一个简单的方法来做到这一点。我的HTML页面只包含一个简单的html表单。
答案 0 :(得分:0)
For converting html pages to wordpress pages.u can follow the below steps:
1.Copy the contents of ur home page to home.php(create an empty home.php file in ur
wordpress root directory).Then delete if any other home.php file in the theme exists.
2.Likewise,if u want to create another page,then,copy the related contents for that
page(for eg aboutus),then create new aboutus.php and paste contents in it.
3.Run ur wordpress blog or site to feel the changes.
答案 1 :(得分:-1)
因此。你有一个带有表单的html页面,并希望通过aplugin显示它。如果要在页面上显示,则应在插件中创建短代码。激活后,短代码将处于活动状态。将短代码和短代码粘贴到新页面的内容中。