Forums

genesis plugins (5 posts)

  1. geeday
    Member
    Posted 3 months ago #

    Can someone give me a clue about genesis plugins. I'm happy with "normal" plugins, but cannot see how to get plugins in to the 'widget' page. I'm going a little crazy....

    thanks in advance

  2. Andrea_r
    team pirate
    Posted 3 months ago #

    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.

  3. geeday
    Member
    Posted 3 months ago #

    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

  4. Andrea_r
    team pirate
    Posted 3 months ago #

    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.wordpress.org/Widgets_API#Developing_Widgets

  5. geeday
    Member
    Posted 3 months ago #

    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

Reply

You must log in to post.

About this Topic