Achilles Gym

The Achilles Gym project was created at college as an exercise in the CMS Systems course.

The project's goal was to create a WordPress theme for a gym using custom post types, taxonomies, and custom meta boxes.

The website demonstrates all the knowledge acquired using WordPress technology, which utilizes the PHP programming language and MySQL for the database.

Administrative Interface

  • The Program custom post type contains the Equipment custom post type, connected through a custom meta box
  • The Trainer custom post type contains the Program custom post type, also connected through a custom meta box
  • There is also a Fun Fact custom post type
  • Each custom post type has its unique taxonomy

On the website, you can:

  • View fun facts
  • View programs, their trainers, and equipment
  • View trainers and their programs
  • View equipment and their programs
  • Find gym locations on the map
GitHub