WP Manifestindependent plugin directory
manifest / developer / saloon

Salones GitLab

wordPress plugin for the custom post type basics

by Sergio Triana Escobedo · gitlab.com/stescobedo92/saloon

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/stescobedo92/saloon/-/archive/master/saloon-master.zip

Readme

Saloon

This repository is the starter plugin for the Custom Post Type Basics. It gives you a shell for building the plugin in your WordPress sandbox.

Installation

  1. Download it.
  2. Put into your wp-content/plugins/ folder
  3. Extract it
  4. Go into the new folder

Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:

  1. Using PhpStorm, open your project and navigate to wp-content/plugins/. (Or open terminal and navigate there).
  2. Then type: git clone https://github.com/stescobedo92/saloon.git
  3. Go into the new folder Contributions All feedback, bug reports, and pull requests are welcome.

Read the full README on GitLab →