Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 335 Bytes

oanext-crew-schedule-viewer

WordPress plugin for displaying crew schedules for NEXT conference. Fetches schedule data from a Google Spreadsheet.

.htaccess

This plugin requires the addition of the following lines to the .htaccess file:

Options +FollowSymLinks
RewriteRule ^crew\/([0-9]+)\/?$ crew?crew_id=$1 [R=301,L]