Genesis plugins only work with genesis themes.
If it is a plugins that gives you a widget, then the widget shows up under Appearance -> widgets.
Thread Starter
geeday
(@geeday)
Thanks for the reply. So I need to build a specific Genesis plugin. I have Google, but yet to find a suitable example of how to write the code for the widget, and how to make sure it appears in the list.
thanks again
No – I said that any plugin in the repo marke dwith “genesis”will only work with genesis this. 😉 This does not mean the reverse.
If you are just making a widget, the process is the same regardless of theme.
http://codex.ww.wp.xz.cn/Widgets_API#Developing_Widgets
Thread Starter
geeday
(@geeday)
I missed the point about a widget and a plugin. I have to create a widget which starts:
class my_Widget extends WP_Widget {
}
I found this by reversing engineering, but the link you supplied will make things a lot clearer.
cheers