Skip to content

humancopy/Staff-List-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Staff-List-Plugin

This plugin is in a state of active development as we are currently rewriting it from scratch. Check out the master branch for the latest stable version.

Installation

Copy the trunk folder in your wp-content folder, rename trunk to simple-staff-list, and activate the plugin.

Quick Setup

Want to test out Simple Staff List and work on it? Here's how you can set up your own testing environment in a few easy steps:

  1. Install Vagrant and VirtualBox.

  2. Clone Chassis:

    git clone --recursive git@github.com:Chassis/Chassis.git simple-staff-list-tester

    If you're getting a permission denied error, it probably means you need to set up your GitHub SSH Key.

  3. Grab a copy of Simple Staff List:

    cd simple-staff-list-tester
    mkdir -p content/plugins content/themes
    cp -r wp/wp-content/themes/* content/themes
    git clone git@github.com:brettshumaker/Staff-List-Plugin.git simple-staff-list
  4. Start the virtual machine:

    vagrant up
  5. Create a symlink and activate the plugin:

    vagrant ssh -c 'cd /vagrant && ln -s /vagrant/simple-staff-list/trunk /vagrant/content/plugins/simple-staff-list && wp plugin activate simple-staff-list'

You're done! You should now have a WordPress site available at http://vagrant.local.

To access the admin interface, visit http://vagrant.local/wp/wp-admin and log in with the credentials below:

Username: admin
Password: password

Issue Tracking

All tickets for the project are being tracked on GitHub.

About

Staff Listing plugin for WordPress using Custom Post Types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.1%
  • CSS 3.8%
  • JavaScript 2.1%