Use the popular Blocksy theme for WordPress integrated with Tainacan, either via a child theme or a plugin.
Go to file
mateuswetah 1a3f66f438 Sets constant to use child theme in this branch 2021-04-02 12:44:37 -03:00
inc Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00
js New strategy for media component on item page (requires Tainacan 0.18) 2021-04-02 10:58:40 -03:00
sass New strategy for media component on item page (requires Tainacan 0.18) 2021-04-02 10:58:40 -03:00
static/images Adds option to change attachment size. 2021-01-04 18:40:54 -03:00
tainacan New strategy for media component on item page (requires Tainacan 0.18) 2021-04-02 10:58:40 -03:00
template-parts Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00
.gitignore Creates gitignore file and updates screenshot. 2020-09-07 21:31:36 -03:00
README.md Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00
functions.php Sets constant to use child theme in this branch 2021-04-02 12:44:37 -03:00
package-lock.json Several experiments for collection items list page. 2020-09-10 23:47:04 -03:00
package.json Fixes option hide-title not working on items navigation settings. 2021-02-17 21:01:23 -03:00
screenshot.jpg Center attachments carousel with insufficient slides and adds edit link to item page. 2021-02-27 13:15:47 -03:00
style.css New strategy for media component on item page (requires Tainacan 0.18) 2021-04-02 10:58:40 -03:00
style.css.map Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00
style.min.css New strategy for media component on item page (requires Tainacan 0.18) 2021-04-02 10:58:40 -03:00
style.min.css.map Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00
utils.php Sets plugin as default mode. Fixes excerpt loading on attachments. 2021-04-02 12:42:39 -03:00

README.md

Blocksy Tainacan

What is this about?

This project contains the source code necessary for integrating Tainacan pages to Blocksy theme. It allows you to choose between two strategies: either having a child theme or a plugin that does the job.

But wait, what is Tainacan?

Tainacan is an open-source, flexible and powerful tool for creating digital repositories on WordPress. It allows you to create and manage collections with a variety of metadata types, rich search and filtering of items and much more. You can learn about it on our official website:

https://tainacan.org

And how about Blocksy?

Blocksy is one of the many WordPress themes available out there. But it is not just another theme, it offers rich controls to customize your site with so many features that you won't miss a page builder:

https://creativethemes.com/blocksy/

This project uses their customizer controls to offer options for setting different layouts to Tainacan pages such as the collection items list and the items page.

After all, a Plugin or a Child Theme?

By default, it is a plugin. While the most traditional strategy for creating themes compatible to Tainacan is to add some pages to the theme directly or using a child theme, this project goes the other way, which is to use it as plugin. The reason is clear: developers might prefer to create child themes of Blocksy by their own, without creating forks of this project. It is although a not-very-canonical approach, so you might be more comfortable using it as child theme.

How to use it?

As a plugin:

Just move all files to a folder inside WordPress plugins folder (wp-content/plugins);

Download and activate the Blocksy. And Tainacan, of course;

Then you just have to enable Blocksy theme and have fun ;)

As a child theme:

Just go to functions.php file and set the constant as you prefer:

const BLOCKSY_TAINACAN_IS_CHILD_THEME = true;

Then move all files to a folder inside WordPress themes folder (wp-content/themes);

Download the Blocksy parent theme. And Tainacan, of course;

Go ahead, enable the child theme and have fun ;)