jazzsequence / museum-core

A simple, responsive WordPress theme/framework with support for internationalization, post formats, thumbnails, background, header, menus, custom favicon and more...
http://wordpress.org/extend/themes/museum-core/
13 stars 8 forks source link

Museum Core

Contributors: jazzsequence
Donate link: https://www.paypal.me/jazzsequence/
Tags: two-columns, custom-menu, threaded-comments, sticky-post, custom-background, featured-image-header, featured-images, post-formats, right-sidebar, translation-ready
Requires at least: 3.2
Tested up to: 4.9.4
Stable tag: 2.1.6

A simple, responsive WordPress theme/framework with support for internationalization, post formats, thumbnails, background, header, menus, custom favicon and more...

Description

Museum Core is a clean, responsive framework with support for built-in WordPress theme options like post thumbnails, post formats, custom backgrounds & header, etc. A theme options page lets you customize the typefaces used in the theme, footer credit, sidebar position, link colors and more. Core can be used as a standalone theme or as a framework for other themes or child themes.

Call for contributors!
If you like this theme and you would like to help maintain it, please get in touch with me on twitter (@jazzs3quence) via email (me@chrisreynolds.io) or on the GitHub repo as this is no longer a project that I am actively developing or maintaining.

Installation

  1. Unpack and upload the contents of AP-Museum_Core.zip to the /wp-content/themes/ directory.
  2. Activate the theme through the Themes menu in WordPress.
  3. That's it!

Screenshots

There are currently no screenshots.

Changelog

Version 2.1.6

Version 2.1.5

Version 2.1.4

Version 2.1.3

Version 2.1.2

Version 2.1.1

Version 2.1

Version 2.0.3

Version 2.0.2

Version 2.0.1

Version 2.0

Major update! Please read the Upgrade Notice for specific update notes.

Version 1.1.3.4

Version 1.1.3.3

Version 1.1.3.2

Version 1.1.3.1

Version 1.1.3

Version 1.1.2

Version 1.1.1

Version 1.1

Version 1.0.9

Version 1.0.8

Version 1.0.7.2

Version 1.0.7.1

Version 1.0.7

Version 1.0.6

Version 1.0.5

Version 1.0.4

Version 1.0.3

Version 1.0.2

Version 1.0.1

Version 1.0

Version 0.5.1

Version 0.5

Version 0.4.5

Version 0.4.4

Version 0.4.3

Version 0.4.2

Version 0.4.1

Version 0.4.0

Version 0.3.9

Version 0.3.8

Version 0.3.7

Version 0.3.6

Version 0.3.5

Version 0.3.4

Version 0.3.3

Version 0.3.2

Version 0.3.1

Version 0.3

Version 0.2

Version 0.1.2

Version 0.1.1

Version 0.1

Upgrade Notice

2.1.2 Update

2.1.2 dropped support for the [clear] shortcode that was previously built in. Shortcodes are generally plugin functionality and updated requirements of the theme review process required the removal of the add_shortcode function. If you were previously using the [clear] shortcode, you will need to replace those with <div class="clear"></div> or create your own plugin with the following function:

 if (!function_exists('ap_core_clear')) {
     function ap_core_clear() {
         return '<div class="clear"></div>';
     }
     add_shortcode('clear','ap_core_clear');
 }

You can also add this to a custom child theme functions.php file. I will submit a new plugin to the plugins repository to support the clear shortcode in the near future.

Translators wanted!

If you can help with the translation project, please get in touch with me! hello@chrisreynolds.io