Skip to content

A demo website for educational institutions. Provides a front end which allows users to browse college programs, review events, and even to register, create, edit and store their own notes. Users can also search through instructors and campuses along with related programs and events.

mdbytes/CollegePressMD

Repository files navigation

CollegeWordPressTheme

A demo website educational institution websites. Provides a front end which allows users to browse college programs, review events, and even to register, create, edit and store their own notes. Users can also search through instructors and campuses along with related programs and events. Initial framework was built in conjunction with Becoming a WordPress Developer: Unlocking Power With Code.

Course Covers:

  • Why code is the key to building whatever you can imagine with WordPress
  • The ability to write PHP to manipulate the data of a WordPress site
  • The ability to write JavaScript to add on-the-fly interactivity to a WordPress site
  • How to code your own new custom block types for the "Gutenberg" Block Editor
  • The skills, knowledge and vocabulary to work professionally as a WordPress developer

Credit to Brad Schiff for developing and presenting an excellent course which brings WordPress to life.

The material herein varies from the course material in several important ways:

  1. The navbars are kept as an adjustable theme feature editable through the admin panel.
  2. The text, images and page content for the website pages and posts have been altered.
  3. The code has been substantially refactored and reorganized. There are no mandatory plugins and functions.php has been substantially reduced in size and nature
  4. As is consistent with most WordPress themes today, the "single-{name}" and "page-{name}" type files have been abandoned in favor of conditional rendering inside single.php and page.php, respectively, with more extensive use of template parts.

Plugins developed for this theme have been included within the assets/plugins subdirectories. These plugins include:

  • A word count plugin which provides estimated word count and reading time for each post, placing the information at the beginning end of the post.
  • A word filter plugin which provides admin users the ability to filter words which are published.

About

A demo website for educational institutions. Provides a front end which allows users to browse college programs, review events, and even to register, create, edit and store their own notes. Users can also search through instructors and campuses along with related programs and events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published