Add admin panel wordpress hosting

Are you tired to create pages through different environments?

  • Add Virtual WordPress ‘page’ from php template file automatically

Not needed to add ‘page’ from admin panel

The page-xxx.php would be located at ‘themes/your-theme/page-foobar.php’ then the page will be created as ‘www.example.com/foobar/’ without admin panel.

  • Virtual page would be made.
  • Just make a page-foobar.php at your themes/pages directory.
Add admin panel wordpress hosting the archive intot

Installation

  1. Download the Add Page From Templete plugin.
  2. Decompress the ZIP file and upload the contents of the archive intot /tp-content/plugins/.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Activate Custom permalink setting. (Make sure .htaccess file is generated)

How to add the virtual page?

Put your template file into your ‘themes/yourtheme/pages/’.
(‘themes/yourtheme/pages/’: default)
Make the template page name ‘page-xxx.php’.

I put file but I cannot see the page. Why?

Check the template file located at correctly directory.
The default directory is ‘wp-content/themes/yourtheme/pages/’.

Check whether the same slug page * NOT EXISTS *.
You can check the conflict at the plugin setting page.

Check custom permalink setting is activated.

Please send the problem to the author.
https://github.com/yousan/add-page-from-template/issues

Contributors & Developers

“Add Page From Template” is open source software. The following people have contributed to this plugin.

Watch this video!

Related articles

Free wordpress hosting australia flagWordPress powers 26.4% of all websites on the Internet. Being so popular, it attracts a lot of attention. Not all of that attention is good. The negative attention that WordPress gets often...
Export selected pages wordpress hostingThere are a lot of website hosts that give you the tools to create websites on their platforms. They let you create pages, blog posts, and even online stores. Most have excellent tools and...
1 click wordpress install hostingDescription If you’ve ever been sent a link to a plugin hosted on WordPress.org and wanted to install that plugin, you currently have two options: Download the plugin manually, upload it to...
External nofollow wordpress hostingDescription Just simple, if you use this plugin, rel=nofollow and target=_blank will be inserted automatically, for all the external links of your website posts, pages or theme menus. Also you...
Intro html page wordpress hostingIn WordPress, you can put content on your site as either a "post" or a "page". When you're writing a regular blog entry, you write a post. Posts, in a default setup, appear in reverse...