arc-hive-wordpress-plugin/README.md

69 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2022-03-30 11:29:19 +02:00
# work in progress
2021-04-15 13:22:32 +02:00
2022-03-30 11:29:19 +02:00
this is a work in progress for future v02.
# arcHIVE WP Plugin
=== arcHIVE WP Plugin ===
Contributors: jorge@vitrubio.net @jorge-vitrubio on WordPress.org
Donate link: http://hangar.org/
Tags: custom post type, custom menus, theme support,
Requires at least: 3.0.1
Tested up to: 5.9.2
Stable tag: 5.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The arcHIVE WP Plugin provides extra elements to the arc-hive.zone wordpress theme, such as custom posts, svg support, api rest menu support.
== Description ==
== Installation ==
1. Upload `arcHIVE-WP-Plugin.zip` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `<?php do_action('archive_wpplugin_hook'); ?>` in your templates
== Frequently Asked Questions ==
= Can I install it in my wordpress =
Abssolutely yes, if you know what you are doing ;-)
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot
== Changelog ==
= 2.0 =
* Added a custom post type called **Resources**.
* Added REST API support for the menus.
= 1.0 =
* Added svg support to the theme.
= 0.5 =
* Just the begining, nothing fanzy.
== Upgrade Notice ==
= 2.0 =
Users must update so they have support for the Resources section.
= 1.0 =
Needed for the logos and graphics in SVG.
== Documentation section ==
This plugin is based up on the [WordPress Plugin Boilerplate](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate).
The WordPress Plugin [best practices](https://developer.wordpress.org/plugins/plugin-basics/best-practices/) should be read, undestood and followed.