WordPress Websites are built with WordPress components.
Have you ever considered WordPress components to build a website? Think of how much faster something is developed with premade components.
The free WP Components script acts as a WordPress component library, containing over 30 components. These may be the actual building blocks of a WordPress website.
This component library was born out of the fact that the same elements for different projects were required again and again. The detailed installation and implementation of WP Components is described on GitHub.
The structure of WP Components:
a WordPress component library
WP Components is made in a modular fashion and contains two types of WordPress elements: molecules and atoms. By using these elements, one can quickly develop a WordPress website using the desired components.
Molecules are larger sections of a site such as a header. Molecules can contain atoms. Atoms are single WordPress elements such as sharing buttons, breadcrumbs, images, titles and so forth.
WP Components can only be used with WordPress. Most of the elements have microdata and rich snippets included in their coding. The CSS styling of the elements is minimal.
The installation and implementation of WP Components is described in its Github Repository.
The WP Components script currently has the following WordPress molecules:
- Footer: a site footer.
- Header: a site header.
- Post Footer: the footer of a post or page.
- Post Header: the header of a post or page.
- Posts: a grid or list of posts.
- Slider: a slider with custom content.
And the following atoms:
- Archive Title
- Author (Post Author)
- Breadcrumbs
- Button
- Callback
- Cart (WooCommerce)
- Comments
- Content (Post or Page Content)
- Copyright
- Date (Post or Page Date)
- Description
- Image
- Logo
- Menu
- Meta
- Modal
- Pagination
- Rate
- Scroll
- Search
- Share (Social Sharing)
- Sidebar
- Social (Social Profiles)
- String
- Tabs
- Termlist
- Terms
- Title (Post or Page Title)
- Type (Post or Page Type)
- Video
A Free WordPress Script Collection
During the years, we found out that we were repeating the same code over and over in our WordPress development projects. The obvious thought came in mind: Why don’t we store these pieces of code in reusable scripts on GitHub?
But we could just distribute them as free WordPress scripts! And so it happened, our repository was born. These are all free premium WordPress scripts. Have fun developing!
WP Custom Fields: a powerful Options Framework
WP Custom Fields is a kick-ass framework for custom customizer, options pages and post, taxonomy or user metabox fields.
WP Components: an Awesome WordPress component library
WP Components is a collection of common WordPress components used in websites, such as breadcrumbs or buttons.
WP Optimize: Optimize WordPress
WP Optimize allows to implement basic optimizations to a WordPress installation by the removal of redundant code.
WP Router: a WordPress Templating Router
WP Router is a WordPress script that enables a developer to add custom routes and link these to custom templates.
WP Updater: A WordPress Update Script
WP Updater is a script to update a theme or plugin through an external repository.
WP Config: A WordPress Configuration Script
WP Config is a class which can be used to store, add or modify configurations for a theme or plugin.
WP Autoload: a Free WordPress Class Autoloader
WP Autoload shows how one can use autoloading with WordPress.
WP Register: Easily Use WordPress Register Functions
WP Register is a script that allows to easily register custom posts, taxonomies, sidebars, menus and widgets.
WP Enqueue: Easily Enqueue Scripts and Styles
WP Enqueue is a script for enqueuing WordPress scripts and styles easily.