web/wp-content/plugins/hybrid-hook-widgets/readme.txt
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
=== Hybrid Hook Widgets ===
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
Contributors: greenshady
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3687060
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
Tags: widget, widgets, hooks, custom
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
Requires at least: 2.8
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
Tested up to: 2.8
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
Stable tag: 0.1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
Adds 11 new widget areas to the Hybrid WordPress theme framework using its action hooks.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
== Description ==
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
*Hybrid Hook Widgets* is a plugin that creates new widget areas for the <a href="http://themehybrid.com/themes/hybrid">Hybrid theme</a> and attaches them to the theme's action hooks.  Basically, it allows you to add widgets pretty much anywhere.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    14
0d28b7c10758 First commit
ymh
parents:
diff changeset
    15
Typically, to add extra stuff to the theme, you must use one of *Hybrid's* action hooks.  This can be quite confusing to some users.  This plugin was created mainly for those users without much XHTML and PHP knowledge.  It allows them to take advantage of *Hybrid's* advanced hook system without the need to understand how it works.  Of course, even advanced users can take advantage of this, especially when dealing with client work.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    16
0d28b7c10758 First commit
ymh
parents:
diff changeset
    17
This plugin is for **WordPress 2.8+ only**.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    18
0d28b7c10758 First commit
ymh
parents:
diff changeset
    19
You must have the <a href="http://themehybrid.com/themes/hybrid">Hybrid theme</a> installed to use it.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    20
0d28b7c10758 First commit
ymh
parents:
diff changeset
    21
Full instructions for use can be found in the plugin's `readme.html` file, which is included with the plugin download.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    22
0d28b7c10758 First commit
ymh
parents:
diff changeset
    23
== Installation ==
0d28b7c10758 First commit
ymh
parents:
diff changeset
    24
0d28b7c10758 First commit
ymh
parents:
diff changeset
    25
1. Upload `hybrid-hook-widgets.zip` to the `/wp-content/plugins/` directory.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    26
2. Activate the plugin through the *Plugins* menu in WordPress.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    27
3. Go to your *Widgets* panel and add widgets to the new widget area.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    28
0d28b7c10758 First commit
ymh
parents:
diff changeset
    29
More detailed instructions can be found in the plugin's `readme.html` file.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    30
0d28b7c10758 First commit
ymh
parents:
diff changeset
    31
== Frequently Asked Questions ==
0d28b7c10758 First commit
ymh
parents:
diff changeset
    32
0d28b7c10758 First commit
ymh
parents:
diff changeset
    33
= Why create this plugin? =
0d28b7c10758 First commit
ymh
parents:
diff changeset
    34
0d28b7c10758 First commit
ymh
parents:
diff changeset
    35
Many users don't understand how to use action hooks from a child theme.  PHP might not be their thing.  I wanted these users to be able to easily take advantage of some of *Hybrid's* more advanced features without having to learn how to code.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    36
0d28b7c10758 First commit
ymh
parents:
diff changeset
    37
= What does this plugin do, exactly? =
0d28b7c10758 First commit
ymh
parents:
diff changeset
    38
0d28b7c10758 First commit
ymh
parents:
diff changeset
    39
It creates 11 new widget areas that *hook* into various parts of the theme.  This allows users to add widgets virtually anywhere.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    40
0d28b7c10758 First commit
ymh
parents:
diff changeset
    41
= What widgets areas are available? =
0d28b7c10758 First commit
ymh
parents:
diff changeset
    42
0d28b7c10758 First commit
ymh
parents:
diff changeset
    43
Aside from *Hybrid's* many default widget areas, you'll get 11 new ones:
0d28b7c10758 First commit
ymh
parents:
diff changeset
    44
0d28b7c10758 First commit
ymh
parents:
diff changeset
    45
* Hook: Before HTML
0d28b7c10758 First commit
ymh
parents:
diff changeset
    46
* Hook: After HTML
0d28b7c10758 First commit
ymh
parents:
diff changeset
    47
* Hook: Before Header
0d28b7c10758 First commit
ymh
parents:
diff changeset
    48
* Hook: Header
0d28b7c10758 First commit
ymh
parents:
diff changeset
    49
* Hook: After Header
0d28b7c10758 First commit
ymh
parents:
diff changeset
    50
* Hook: Before Container
0d28b7c10758 First commit
ymh
parents:
diff changeset
    51
* Hook: After Container
0d28b7c10758 First commit
ymh
parents:
diff changeset
    52
* Hook: Before Footer
0d28b7c10758 First commit
ymh
parents:
diff changeset
    53
* Hook: Footer
0d28b7c10758 First commit
ymh
parents:
diff changeset
    54
* Hook: Before HTML
0d28b7c10758 First commit
ymh
parents:
diff changeset
    55
* Hook: Comment Form
0d28b7c10758 First commit
ymh
parents:
diff changeset
    56
0d28b7c10758 First commit
ymh
parents:
diff changeset
    57
= I don't understand any of this.  What should I do? =
0d28b7c10758 First commit
ymh
parents:
diff changeset
    58
0d28b7c10758 First commit
ymh
parents:
diff changeset
    59
You should do a little reading.  The `readme.html` file included with the plugin has links to tons of resources.  Everything you need to know is there.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    60
0d28b7c10758 First commit
ymh
parents:
diff changeset
    61
== Screenshots ==
0d28b7c10758 First commit
ymh
parents:
diff changeset
    62
0d28b7c10758 First commit
ymh
parents:
diff changeset
    63
There are currently no screenshots.
0d28b7c10758 First commit
ymh
parents:
diff changeset
    64
0d28b7c10758 First commit
ymh
parents:
diff changeset
    65
== Changelog ==
0d28b7c10758 First commit
ymh
parents:
diff changeset
    66
0d28b7c10758 First commit
ymh
parents:
diff changeset
    67
**Version 0.1**
0d28b7c10758 First commit
ymh
parents:
diff changeset
    68
0d28b7c10758 First commit
ymh
parents:
diff changeset
    69
* Plugin launch.