Download the PHP package oberonlai/wp-template without Composer

On this page you can find all versions of the php package oberonlai/wp-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-template

PageTemplates

A simple class that allows registering WordPress any templates from plugins. Including page templates, custom post type templates and WooCommerce templates

Installation

Usage

First, initialize the class with the plugin's directory path and template folder. For example, if you place the template files in a folder which name is 'templates', you can assing the path.

Don't forget the last slash in folder path.

Add page template

Page template is the template can be used repeatedly in page editor. You can use to assign the page template. There are two arguments in :

Add page slug template.

Page slug template is the template for same slug name. You can use the template if your page slug's name is 'demo'. There are two arguments:

Add custom post type template

Custom post type template includes single and archive page. You can use the method to assign template file. There are three arguments :

Override WordPress template

WordPress template includes serveral filters to override.

https://developer.wordpress.org/reference/hooks/type_template/

You can use the method to assign template file. There are three arguments:

Override WooCommerce template

WooCommerce template has its own hierarchy. All you need to do is copy the WooCommerce template file you need to the template folder in your plugin.

You can use the method to change the default template path of WooCommerce. It will get the original template file if your plugin doesn't have the same name with WooCommerce template in templates/woocommerce path.

For example, if you have file in , wp-template will replace it.

Credits

The method was adapted from http://www.wpexplorer.com/wordpress-page-templates-plugin/


All versions of wp-template with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oberonlai/wp-template contains the following files

Loading the files please wait ....