• This repository has been archived on 13/Mar/2023
  • Stars
    star
    134
  • Rank 270,143 (Top 6 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.

Primer

Contributors: godaddy, fjarrett, jonathanbardo, eherman24
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, threaded-comments, three-columns, translation-ready, two-columns
Requires at least: 4.4
Tested up to: 5.4
Requires PHP: 5.6.0
Stable tag: 1.8.10
License: GPL-2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Primer is a powerful theme that brings clarity to your content in a fresh design. This is the parent for all themes in the GoDaddy Primer theme family.

CircleCI License PHP >= 5.2 WordPress >= 4.4

Description

Features

  • Responsive Layout
  • Color Scheme Presets
  • Customize Colors
  • Customize Fonts
  • One, Two, and Three Column Layouts
  • Fixed & Fluid Widths
  • Header Image Widget Area
  • Social Links Menu
  • WooCommerce-Ready
  • Available in 29 Languages
  • RTL Language Support

Contributing

You can fork and contribute back to Primer by visiting our public repo on GitHub.

Installation

  1. In your admin panel, navigate to Appearance > Themes and click the Add New button.
  2. Type Primer in the search form and press the Enter key on your keyboard.
  3. Click the Activate button to begin using Primer on your website.
  4. In your admin panel, navigate to Appearance > Customize.
  5. Put the finishing touches on your website by adding a logo, header image, and custom colors.

Copyright

Primer WordPress theme, Copyright 2017 GoDaddy Operating Company, LLC. Primer is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Primer bundles the following third-party resources:

Genericons icon font, Copyright 2013 Automattic, Inc. License: GPL-2.0 (or later) Source: https://genericons.com/

Stock photography, WordPress.org License: Creative Commons Zero Source: https://wordpress.org/photos/photo/10461ffffc/

Changelog

1.8.10

1.8.9

  • New: Add Tested up to and Requires PHP headers to style.css @props evanherman
  • Fix: Fixed mobile pagination visibility. @props evanherman
  • Fix: Fixed the hero image on WooCommerce templates. @props evanherman
  • Tweak: Update node dependencies. @props evanherman
  • Tweak: Update PHP linting for improved coding standards. @props jrtashjian/evanherman
  • Tweak: Migrated build process to CircleCI. @props evanherman

1.8.8

  • Fix: Repaired the undefined $ error thrown in assets/js/admin/layouts.js breaking the block editor. @props evanherman
  • Remove: Unnecessary console.log() from assets/js/admin/editor-frame.js. @props evanherman

1.8.7

  • New: Introduce compatibility for Google Accelerated Mobile Pages. @props westonruter
  • Tweak: Introduce editor styles for Coblocks Form block. @props richtabor
  • Tweak: Introduce ability to add fullwidth alignment to blocks. @props richtabor

1.8.6

  • Tweak: Adjust shorthand array syntax to ensure backwards compatibility with PHP < 5.6. @props evanherman

1.8.5

  • New: Introduce styles for Gutenberg compatibility. @props evanherman
  • Tweak: Update navigation script to fix left side menu item click bug. @props evanherman

1.8.4

  • New: Introduce accessibility controls & styles for tab navigation through the main nav. @props evanherman
  • Tweak: Add default value of 1 to theme_mod use_featured_hero_image. @props evanherman

1.8.3

  • New: Introduce a privacy policy link in the footer, when set. @props evanherman
  • New: Introduce primer_privacy_policy_link filter to enable/disable the privacy policy link in footer. @props evanherman
  • New: Add styles for privacy policy link and cookie comment checkbox & label. @props evanherman
  • New: Add font previews to the customizer when selecting a font. @props evanherman
  • Tweak: Update primer_wc_shop_columns() to reference the shop page ID. @props evanherman

1.8.2

  • Fix: Comment counts showing an extra character. @props evanherman
  • Fix: Bump WooCommerce pagination template to 3.3.1. @props evanherman
  • Fix: WooCommerce pagination padding. @props evanherman

1.8.1

  • Fix: Prevent customizer title & tagline colors from updating when they are hidden. @props evanherman
  • Fix: Update translation files so translations load correctly. @props evanherman
  • Fix: Remove HTML markup in search results/author archive page titles. @props evanherman

1.8.0

  • New: Conditionally wrap site titles to improve SEO. @props evanherman, fjarrett
  • New: Added sr_RS (Serbian) translation. @props lukapaunovic
  • Fix: Remove reference to a missing search.svg icon. @props evanherman
  • Fix: Adjust site title width to prevent overlapping with the mobile menu button. @props evanherman
  • Fix: Conditionally load video header for WordPress 4.7 or later. @props evanherman, fjarrett
  • Fix: Added a missing @version docblock to the WooCommerce pagination template to prevent out of date template notices. @props evanherman
  • Fix: Backward compatibility issue when using Beaver Builder on PHP 5.3. @props evanherman, fjarrett
  • Fix: Fixed the tertiary sidebar visibility. @props evanherman, fjarrett

1.7.0

  • New: Enabled video headers and introduced styles to accommodate full width video headers. @props evanherman
  • New: Introduced new primer_pre_hero action. @props evanherman
  • New: Added aria labels on the 'Continue Reading' links for a11y improvements. @props evanherman
  • New: Introduced primer_wc_product_header_image filter. @props evanherman
  • Tweak: Improved WooCommerce styles. @props evanherman
  • Tweak: Tweak i18n functions, added translator comments. @props evanherman
  • Tweak: Introduced Ninja Form response message styles. @props evanherman
  • Fix: Ensure color schemes work with custom Primer child themes. @props evanherman
  • Fix: Tweaked the WooCommerce product template title. @props evanherman
  • Fix: Prevent WooCommerce single product images from hijacking the header image. @props evanherman

1.6.0

  • New: Hero Text widget designed for your site's front page @props jonathanbardo, fjarrett
  • Tweak: Improved posts pagination design based on core pagination @props fjarrett, evanherman
  • Tweak: The primer_paging_nav() function has been deprecated in favor of primer_pagination() @props fjarrett, evanherman
  • Tweak: The WooCommerce template overrides directory has been moved to templates/woocommerce/ @props fjarrett
  • Fix: Text overlap on WooCommerce Add to Cart buttons in certain languages @props fjarrett, evanherman
  • Fix: WooCommerce menu item appearing on older child themes without styles to support it @props fjarrett

1.5.1

  • Fix: Category and tag list display on posts @props fjarrett

1.5.0

  • New: Full compatibility with the WooCommerce plugin @props evanherman, fjarrett
  • New: Add Front Page Title setting to the Static Front Page section of the Customizer @props evanherman
  • New: Added Footer Copyright Text setting to the Site Identity section of the Customizer @props evanherman
  • New: Added Author Credit toggle to the Site Identity section of the Customizer @props evanherman
  • New: Developer documentation! @props evanherman
  • Tweak: Added nofollow attribute to theme author link in the footer @props evanherman
  • Tweak: Use core post navigation function @props evanherman
  • Fix: Display glitch when last main menu item is a submenu @props evanherman

1.4.2

  • Added word-wrap where text was overflowing @props evanherman
  • Updated translations @props jonathanbardo
  • Added font-family support for WooCommerce buttons @props fjarret

1.4.1

1.4.0

1.3.0

  • Initial release.

More Repositories

1

coblocks

A suite of professional page building content blocks for the WordPress Gutenberg block editor.
JavaScript
745
star
2

go

The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
PHP
328
star
3

wc-plugins-snippets

Custom code snippets and examples for SkyVerge-built WooCommerce extensions
PHP
265
star
4

wc-plugin-framework

The official SkyVerge WooCommerce plugin framework
PHP
138
star
5

block-unit-test

Preparing WordPress themes for Gutenberg with the Block Unit Test WordPress Plugin
PHP
64
star
6

woocommerce-expedited-order-email

A demo plugin for creating a custom WooCommerce email
PHP
58
star
7

block-gallery

WordPress gallery blocks built exclusively for Gutenberg
JavaScript
56
star
8

woocommerce-customizer

A WordPress plugin to help customize WooCommerce
PHP
48
star
9

woocommerce-dev-helper

A simple plugin for helping develop and debug WooCommerce & extensions
PHP
37
star
10

woocommerce-product-sku-generator

This plugin extends WooCommerce to automatically create SKUs for products using the product slug. You can optionally create unique SKUs for each variation that will add the variation's attributes to the product slug, or bulk create SKUs using the bulk update action.
PHP
33
star
11

woocommerce-sequential-order-numbers

This plugin extends the WooCommerce e-commerce plugin by setting sequential order numbers for new orders.
PHP
27
star
12

woocommerce-shipping-estimate

Adds shipping time / delivery estimates for any shipping method to WooCommerce cart and checkout pages
PHP
24
star
13

coblocks-theme

WordPress theme for CoBlocks
PHP
22
star
14

primer-child-ascension

Ascension is a Primer child theme with a business-oriented design.
CSS
21
star
15

kodiak-ui

React hook and component library for SkyVerge
TypeScript
15
star
16

woocommerce-extra-product-sorting-options

Optionally rename default sorting options or add new sorting option to the WooCommerce shop pages.
PHP
14
star
17

contact-widgets

Beautifully display social media and contact info on your website with these simple widgets.
PHP
14
star
18

primer-child-velux

Velux is a Primer child theme with a clean, professional, and upscale design.
CSS
13
star
19

primer-child-lyrical

Lyrical is a Primer child theme with a focus on photography and beautiful fonts.
CSS
13
star
20

primer-child-escapade

Escapade is a Primer child theme with a unique sidebar navigation.
CSS
12
star
21

primer-child-stout

Stout is a GoDaddy Primer child theme with a bold vibe.
CSS
11
star
22

setup-wp-env

Github Action for running a WordPress install using @wordpress/env.
10
star
23

woocommerce-memberships-rest-api-docs

WooCommerce Memberships REST API Documentation
SCSS
10
star
24

godaddy-email-marketing

Add the GoDaddy Email Marketing plugin to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.
PHP
10
star
25

primer-child-uptownstyle

Uptown Style is a Primer child theme with elegance and class.
CSS
9
star
26

primer-child-mins

Mins is a Primer child theme with a minimal design.
CSS
9
star
27

primer-child-scribbles

Scribbles is a Primer child theme with a playful and fun mood.
CSS
8
star
28

woocommerce-custom-product-tabs-lite

This plugin extends the WooCommerce e-commerce plugin by allowing a custom product tab to be created with arbitrary content.
PHP
8
star
29

primer-child-activation

Activation is a Primer child theme with a colorful, fitness-focused design.
CSS
8
star
30

woocommerce-new-customer-report

Adds a new report under WooCommerce > Customers to track new vs returning purchasers in a given time frame
PHP
8
star
31

wp-stock-photos

PHP
6
star
32

sake

Our internal build tool for WP/WC plugins
JavaScript
4
star
33

wp-themes

PHP
4
star
34

recommended-plugins

3
star
35

pagely-atomic-client

PHP Library to access the Pagely atomic APIs
PHP
3
star
36

setup-wp-cli

Composite Action for setting up WP-CLI in a workflow.
3
star
37

primer-child-dev-lib

Common tools to facilitate the development and testing of Primer child themes.
JavaScript
3
star
38

wp-plugin-partners

WordPress Plugin Partners
3
star
39

authorize-net-emulation-for-woocommerce

Authorize.Net Emulation for WooCommerce
PHP
2
star
40

wp-bb-template-assets

2
star
41

coblocks-icons

Shared Component that includes all icons used by the CoBlocks plugin.
JavaScript
2
star
42

stylelint-config

A repository for CSS and Sass linting rules that have been derived from best practices.
JavaScript
2
star
43

mwcs-deploy-action

Github Action for use in Workflows to deploy to GoDaddy Managed WooCommerce Stores
Shell
1
star
44

scripts

Collection of Node scripts built to help manage and maintain a development pipeline for WordPress software.
JavaScript
1
star