jorge 0b7d472223 | ||
---|---|---|
admin | ||
includes | ||
languages | ||
public | ||
LICENSE.txt | ||
README.md | ||
arcHIVE-wp-plugin.php | ||
index.php | ||
uninstall.php |
README.md
work in progress
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 ==
- Upload
arcHIVE-WP-Plugin.zip
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- 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 ==
- 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). - 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.
The WordPress Plugin best practices should be read, undestood and followed.