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.
March 30th, 2006 at 11:26 am
you mean in WP-Andreas 2.0?
Well the naswer is … the answer is yes.
March 30th, 2006 at 11:59 am
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.
March 30th, 2006 at 12:29 pm
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.
March 30th, 2006 at 1:10 pm
Hi,
that’s what i am looking for : the ability of a Widget based Sidebar Editor in WP-Andreas09!
Greetings
Karl
March 30th, 2006 at 9:21 pm
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
March 30th, 2006 at 10:39 pm
That’s good news the sub-page menu has got me pulling my hair out!
November 17th, 2006 at 6:14 pm
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
November 17th, 2006 at 7:59 pm
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.