1
|
1 |
=== Hybrid Hook Widgets ===
|
|
2 |
Contributors: greenshady
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3687060
|
|
4 |
Tags: widget, widgets, hooks, custom
|
|
5 |
Requires at least: 2.8
|
|
6 |
Tested up to: 2.8
|
|
7 |
Stable tag: 0.1
|
|
8 |
|
|
9 |
Adds 11 new widget areas to the Hybrid WordPress theme framework using its action hooks.
|
|
10 |
|
|
11 |
== Description ==
|
|
12 |
|
|
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.
|
|
14 |
|
|
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.
|
|
16 |
|
|
17 |
This plugin is for **WordPress 2.8+ only**.
|
|
18 |
|
|
19 |
You must have the <a href="http://themehybrid.com/themes/hybrid">Hybrid theme</a> installed to use it.
|
|
20 |
|
|
21 |
Full instructions for use can be found in the plugin's `readme.html` file, which is included with the plugin download.
|
|
22 |
|
|
23 |
== Installation ==
|
|
24 |
|
|
25 |
1. Upload `hybrid-hook-widgets.zip` to the `/wp-content/plugins/` directory.
|
|
26 |
2. Activate the plugin through the *Plugins* menu in WordPress.
|
|
27 |
3. Go to your *Widgets* panel and add widgets to the new widget area.
|
|
28 |
|
|
29 |
More detailed instructions can be found in the plugin's `readme.html` file.
|
|
30 |
|
|
31 |
== Frequently Asked Questions ==
|
|
32 |
|
|
33 |
= Why create this plugin? =
|
|
34 |
|
|
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.
|
|
36 |
|
|
37 |
= What does this plugin do, exactly? =
|
|
38 |
|
|
39 |
It creates 11 new widget areas that *hook* into various parts of the theme. This allows users to add widgets virtually anywhere.
|
|
40 |
|
|
41 |
= What widgets areas are available? =
|
|
42 |
|
|
43 |
Aside from *Hybrid's* many default widget areas, you'll get 11 new ones:
|
|
44 |
|
|
45 |
* Hook: Before HTML
|
|
46 |
* Hook: After HTML
|
|
47 |
* Hook: Before Header
|
|
48 |
* Hook: Header
|
|
49 |
* Hook: After Header
|
|
50 |
* Hook: Before Container
|
|
51 |
* Hook: After Container
|
|
52 |
* Hook: Before Footer
|
|
53 |
* Hook: Footer
|
|
54 |
* Hook: Before HTML
|
|
55 |
* Hook: Comment Form
|
|
56 |
|
|
57 |
= I don't understand any of this. What should I do? =
|
|
58 |
|
|
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.
|
|
60 |
|
|
61 |
== Screenshots ==
|
|
62 |
|
|
63 |
There are currently no screenshots.
|
|
64 |
|
|
65 |
== Changelog ==
|
|
66 |
|
|
67 |
**Version 0.1**
|
|
68 |
|
|
69 |
* Plugin launch. |