Widgets Plugin

Widgets are coming to a theme near you soon!

Check this out: Widgets Plugin

Anybody want this in WP-Andres09?

This entry was posted on Thursday, March 30th, 2006 at 9:16 am and is filed under WordPress, WordPress Themes. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

8 Responses to “Widgets Plugin”

  1. wrnc Says:

    you mean in WP-Andreas 2.0?

    Well the naswer is … the answer is yes.

  2. Ainslie Says:

    Thought it may be of interest.

    However, I think I may tidy the navigation up and make an interim release since you people have been waiting so long, maybe WP-Andres09 V1.6 and then continue with the other stuff.

  3. wrnc Says:

    geez why did i write “naswer” instead of answer, that’s SOME typo, lol

    mh an interim version sounds good to me. 1.5 is already a great theme, longing for the next step. Thanks for your efforts.

  4. Karl r. Says:

    Hi,
    that’s what i am looking for : the ability of a Widget based Sidebar Editor in WP-Andreas09!
    Greetings
    Karl

  5. Karsten Says:

    It ought to be pretty easy to do (I kinda squeezed it in in 15 minutes, but it still needs tuning).
    I’m looking forward to the next edition of ‘09 :)

  6. Ainslie Says:

    That’s good news the sub-page menu has got me pulling my hair out!

  7. Cory Says:

    Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.

    I'm sure Ive seen one…and sifting through the WP site is a nightmare

  8. Ainslie Says:

    You don’t need a plugin.

    If you copy archive.php and call it category.php and then modify the WordPress loop so it shows the title but not the content etc. you can get it to just display a list of articles in the category.

    Then when anybody clicks on a category link they will see the category.php template rather than the archive.php template.