A custom WordPress theme designed for educational institutions like universities and colleges. This theme provides a modern, flexible, and easy-to-use platform for creating websites for academic purposes.
- Custom post types for Campus, Events, Programs, Professors
- Template files for specific content types (e.g., single-event.php, archive-campus.php)
- Dynamic front-page template
- Integrated search functionality
- Custom styles and layouts for educational content
- Responsive design for mobile and tablet support
- Download or clone this repository into your
/wp-content/themes/
directory. - In your WordPress admin dashboard, go to Appearance > Themes.
- Activate the "University Theme".
To work with the theme's development environment:
- Install Node.js and npm (Node Package Manager).
- Run
npm install
in the theme directory to install the required packages. - Use
npm run dev
to start the local development server with live reload.
- You can modify the theme’s appearance by editing the CSS files in the
css
directory or creating custom styles in thestyle.css
. - Templates in the
template-parts
folder can be modified for custom layouts. - The
functions.php
file includes essential theme functions and WordPress hooks for extended functionality.
archive-*.php
: Template files for custom post types (Events, Programs, etc.)single-*.php
: Single post templates for custom post typescss/
: Contains the stylesheets for the themeimages/
: Image assets for the themeinc/
: Includes additional PHP scripts for extended functionalitysrc/
: Source files for JavaScript and styles
This theme is open-source and available under the GPL license.