Skip to content

ITS-Digital-Technology/global-elements-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NU Global Elements - kernl(ui) - WordPress Plugin

Introduction

Simple Wordpress Plugin developed by the Northeastern University ITS Web Solutions team. Loads the latest version of kernl(ui) Global Elements to your website.

The global elements package includes a few elements that should be included on almost all Northeastern sites. They have dynamic content and fixed designs for consistency across sites.

Learn more about the kernl(ui) design system

Requirements

  • Global Header. In order for the global header to display, the active theme must support a call to wp_body_open() after the opening <body> tag:
        <body class="nu__body-class">
            <?php wp_body_open(); ?>
    
            ...
  • Conflicts. If older versions of the NU Global elements are active on the site, changes to the theme files or settings in a plugin may be needed in order to prevent old and new global elements from showing.

Installation

  1. Download repository as a .zip file on GitHub
  2. Upload the .zip file to the WordPress site's plugins
  3. Activate the new Plugin once it has finished uploading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages