WordPress Plugins
We have developed a bunch of WordPress plugins to make ours and the reader’s life’s easier. On this page you can read about and download these plugins. We are currently in the process of making the plugins public, so more will be added here shortly.
The plugins on this page is divided into two categories:
Regular WordPress Plugins
- JAW Duplicate Widgets version 1.0.4
WordPress 2.2 and above supports multiple sidebars. But there is no way of re-using a widget on one sidebar if it is already in use on another. This plugin solves that problem by giving the user a way of duplicating a widgets. The copied widgets can then be placed on a different sidebar than the original (or even the same if that gives you pleasure).
UPDATE 2007-09-06: A new version is now available that supports the build in widget support of WordPress 2.2 and above (thanks go out to Courtney Daryanani how solved the compatibility issue).
Sidebar Widget Plugins
To use the widget plugins on this page you need to first download and install the Sidebar Widgets plugin by Automattic into your WordPress. You can get it by visiting the official download page.
- JAW Popular Posts Widget version 1.0.1
Adds a sidebar widget that shows the most popular posts. This plugin uses the statistics data gathered by the Popularity Contest plugin (link updated) by Alex King and therefore requires this to be installed first.
If you are using WordPress 2.x you will unfortunately need to use the “In-Development Version” of Popularity Contest since version 1.0 for some reason isn’t recording any statistical data when running on WordPress 2.x (for more details on this problem see this discussion).
May 2nd, 2006 at 23:39 (CEST)
[...] I’ve created a bunch of WordPress plugins for our justaddwater.dk blog. In the spirit of sharing I’ve made a couple of them available for download. My plan is to make all of them available as soon as they are ready for the public. I’ve created a page called “WordPress Plugins” under justaddwater.dk where you always can find and download our latest plugins. [...]
May 3rd, 2006 at 01:46 (CEST)
Nice job on the widgets.
Also, here’s another link to Alex King’s Populartiy Contest:
http://www.alexking.org/blog/2005/05/23/popularity-contest/
May 3rd, 2006 at 11:12 (CEST)
Hi MichaelH
Nice to hear that you like it :)
Actually Alex King has a page on his website dedicated to WordPress software:
http://www.alexking.org/index.php?content=software/wordpress/content.php
The only problem is that the Popularity Contest plugin that currently is available from here is version 1.1 – And as far as I know this version of the plugin is not WordPress 2.x friendly :( – On this blog I’m currently using v1.2b (which still has some issues, but at least works)
May 24th, 2006 at 21:04 (CEST)
Many thanks for the popular posts widget! Works like a charm, out of the box on my Wordpress 2.0.2 installation
June 13th, 2006 at 21:26 (CEST)
[...] http://justaddwater.dk/wordpress-plugins/ Explore posts in the same categories: Uncategorized [...]
June 15th, 2006 at 06:49 (CEST)
Hi,
When I duplicate a text widget I cannot edit it. Is there any way to do this? Or failing that how do I have more than 9 text widgets?
June 15th, 2006 at 11:25 (CEST)
Hi Mike
The duplication feature is meant to duplicate the widget as it is. This way changes in the “master” widget is reflected in all copies of it.
If you want to have multiple text or rss widgets with different content you are stuck with the out-of-the-box feature of the Sidebar Widgets plug-in to create more. But as you say this feature has a limit on a maximum of 9 each.
This limit is unfortunately hardcodet into the Sidebar Widgets plug-in. So you only have two options if you want more then 9 different text or rss widgets:
1) Hack the plug-in your self (or get others to do it)
2) File a bug report with Automattic and let them know what you want. Then wait for the next version of the plug-in to be released.
If this is a serious need of yours I can create a howto explaining how to hack the plug-in.
July 31st, 2006 at 14:21 (CEST)
Thanks Thomas for Your really useful plugin. It works fine, but i am experiensing problems with duplicated “Categories” widget. When duplicated this widget simply dont appear in sodebar.
I register multiple sidebars on my functions.php file, and Your plugin works fine with all of mine widgets, except Categories widget.
Any thinks are welcome.
Thank You once more
And i am WP 2.0.3 user.
August 1st, 2006 at 07:18 (CEST)
The duplicate widgets plugin is exactly what I needed, but it’s not working for me. The duplicate widgets aren’t displaying in the secondary sidebar. Help would be appreciated!
August 1st, 2006 at 07:24 (CEST)
Actually, I just realized that the duplicate widgets that are not appearing on the live sidebar are third-party widgets not packaged in the “official” widgets plugin. Is this a limitation of your plugin, or can this be added?
August 14th, 2006 at 23:09 (CEST)
[...] Popular topics: Usability, blog usability, wordpress plugins, ruby on rails, prototyping, web standards, AJAX (web 2.0). [...]
August 25th, 2006 at 14:58 (CEST)
Hi Dave
Sorry for the late reply – I’ve unfortunately been very busy lately.
I’m using the plugin for a couple of my homemade widgets, so it should hopefully also work with other thrid-party widgets. As you can see I’ve duplicated both the “Free Newsletter” and “Popular Articles Right Now” widget with no problem.
Can you tell me if you still have the problem and in that case which plugins are giving you trouble?
August 26th, 2006 at 18:56 (CEST)
I’m using the JAW Popular Posts Widget. I believe you need to add the popularity function check on line 23 as well.
if(function_exists(”akpc_most_popular”))
akpc_most_popular($items);
This issue being that if you add the widget to the sidebar and then you temporarily disabled Alex’s Popularity Post plugin (during troubleshooting, etc.) you get an error in the sidebar that it can’t find function akpc_most_popular.
Other than that it is working great.
Mike
September 17th, 2006 at 16:09 (CEST)
One additional fix to my above post:
function load()
{
if ( function_exists(’register_sidebar_widget’) )
{
register_widget_control(__(’Popular Posts’), array(’JAWPopularPostsWidget’, ‘control’), 300, 120);
if(function_exists(”akpc_most_popular”))
register_sidebar_widget(__(’Popular Posts’), array(’JAWPopularPostsWidget’, ‘widget’));
}
}
If your plugin is enable but sidebar widgets get turned (like in troubleshooting) it will generate an error as register_widget_control won’t exist.
Mike
September 19th, 2006 at 23:32 (CEST)
Hello from brazil,
Where your downloadable plugin (JAW DUPLICATE WIDGET) ?
tell me ok !
Véro
September 25th, 2006 at 13:33 (CEST)
This one doesn’t seem to duplicate very well….
http://freepressblog.org/wordpress-plugins-2/wordpress-recent-comments-plugin-widget/
September 25th, 2006 at 22:59 (CEST)
Looks like the download site crashed. Is it possible to provide another download location?
September 26th, 2006 at 14:07 (CEST)
New version available!
I’ve created new versions of both plugins to accommodate for the resent problems pointed out by Mike.
To Véro and Caio:
Yes the download site has been very unstable and now it seems to be completely down. I’ve now updated the links above so you can download them directly from this server.
September 26th, 2006 at 14:32 (CEST)
James:
I’ve just tried your widget and I can duplicate it and show the duplicate without a problem. Can you try to describe your problem in more detail?
September 26th, 2006 at 15:27 (CEST)
[...] [Download] [Plugin Page] [...]
October 9th, 2006 at 04:40 (CEST)
[...] 插件页面:点击进入 [...]
October 9th, 2006 at 04:50 (CEST)
[...] 插件页面:点击进入 [...]
October 26th, 2006 at 00:01 (CEST)
New release
JAW Duplicate Widgets
Version 1.0.2
Changelog:
Added some useful comments
Cleaned up some of the code
Fixed a bug related to duplicating the text and rss widget.
November 6th, 2006 at 14:35 (CET)
Fantastic, easy-to-implement and -use plugin. Thank you very much!
December 25th, 2006 at 20:34 (CET)
[...] JAW Duplicate Widgets (Optional) ( Used for duplicating widgets. Very useful in this case.) [...]
December 27th, 2006 at 00:00 (CET)
[...] JAW Duplicate Widgets (Opcional) ( Usado para los widgets duplicados) [...]
December 27th, 2006 at 00:29 (CET)
[...] JAW Duplicate Widgets (Opcional) ( Usado para los widgets duplicados) [...]
January 12th, 2007 at 07:53 (CET)
[...] JAW Duplicate Widgets – For duplicating widgets. [...]
February 7th, 2007 at 20:58 (CET)
I’m running into the problem reported above where some third-party widgets won’t run as copies. The widget I’m having problems with right now is the Related Feeds widget:
http://ketsugi.com/software/wordpress/feeds-widget-for-wordpress/
against WP 2.1. I’ve put some debugging bits in the main loop in dynamic_sidebar in widgets.php, and when that happens, the duplicated widget does not appear in $registered_widgets at all.
The problem is in widgets.php’s register_sidebar_widget. Unlike the working widgets *and* unlike the widgets which are actually not in use (RSS 9, for instance, if you don’t have 9 RSS feeds), the registration fails because it doesn’t match the condition at the end of that function:
elseif ( is_callable($output_callback) && ( !isset($registered_widgets[$name]) || !$register_widget_defaults) )
$registered_widgets[$name] = $widget;
Specifically, is_callable(”widget_feeds”) is failing, only for the copy, not for the original. I noticed that if I test if widget_feeds is callable on *every* widget registration, it only starts becoming callable after the master copy of the widget is registered.
So widgets that are not part of widgets.php only duplicate successfully when the original plugin has registered its widget; if the duplicate widget entry happens to be processed before the original it fails to register.
(I’m still looking into workarounds, but I want to submit this comment before I accidentally close this tab, and in case a solution jumps out at you before it does me.)
February 7th, 2007 at 21:29 (CET)
Ok, it’s not just plugin load order, at least. Plugins load alphabetically and renaming widget-feeds.php to aaa-widget-feeds.php didn’t reorder the registration of modules. Damn.
And widget-feeds.php makes sure it doesn’t load itself before widgets.php has loaded, by adding their init to the widgets_init action. If I change that so that they init during plugins_loaded, then that fixes the problem. (I suppose that reintroduces the potential for it to load before widgets.php, though.)
A perfect solution would involve being able to specify plugin load order in WP, but the only way I can imagine fixing it in your plugin is to ensure that it loads after all of the plugins that are duplicated.
(I suppose you could register your own functions which in turn call the functions of the duplicated modules, and then submit those functions when registering, and then worry about is_callable at display time instead of initial load, but ugh.)
February 7th, 2007 at 21:39 (CET)
I just took a quick look and the majority of the widget plugins I have init themselves in plugins_loaded. So it must be safe to do so.
So, the workaround for modules that won’t duplicate is to make sure they init after plugins load, not when widgets init. (For people stopping by, that means that if the module says
add_action(’widgets_init’, ’some_init_function_here’);
they should say
add_action(’plugins_loaded’, ’some_init_function_here’);
instead.)
February 8th, 2007 at 12:09 (CET)
the widget plugin works well in my site, but there is one problem that I haven’t solved yet.
when I tried to deactivate the widget pluggin, my site broke down. Now I can not access itu even the wp-admin sector can not be loaded.
any suggestion? it is dangerous for new users
February 12th, 2007 at 00:40 (CET)
[...] JAW Duplicate Widgets [...]
February 13th, 2007 at 21:01 (CET)
Hi,
nice work. However, there is a weird problem when used in conjunction with the GluedIdeas Subtle Theme: the comments sent to a post will appear for a different post.
See: http://support.gluedideas.com/viewtopic.php?id=382
Any ideas?
February 18th, 2007 at 17:37 (CET)
Hi Rich:
Thanks for the in-depth debugging – It’s really appreciated!
As you, I cant see any other solution than the one you suggests in your last comment. I will be thinking about another solution, so that the plugin does not require other plugins to use the plugins_loaded hook.
February 18th, 2007 at 17:38 (CET)
Hi Dewa:
I’m sorry. I’m not sure if you mean the “JAW Duplicate Widgets” plugin or “JAW Popular Posts Widget” plugin. Though I’ve tried to deactivate the plugins in different orders, but could not get it to break. Which version of the plugin are you using?
If everything fails and you have database access it is possible to deactivate all the plugins by editing the options table (wp_options – the wp prefix may differ in your setup), look for the ‘active_plugins’ record, then edit and clear the option_value under it. This will resest all plugins to inactive.
February 27th, 2007 at 10:18 (CET)
[...] widgets, including Alex King’s Popularity Contest (download here) and justaddwater.dk’s Popular Posts Widget. The former is a Wordpress plugin that “keeps a count of your post, category and archive [...]
March 11th, 2007 at 01:53 (CET)
[...] JAW Duplicate Widgets: Lets me use one widget in more than one sidebar. I’ve changed the theme to use different sidebars on all of the different page types (front page, single post, archive, and static page), so if I want to put, say, categories or archives on all of them, I need this. [...]
March 31st, 2007 at 21:55 (CEST)
[...] second piece, that makes it easy to display the most popular posts in the sidebar, is the JAW Popular Posts Widget . This one is pretty straightforward. You can specify the number of posts you want to display in [...]
April 9th, 2007 at 23:44 (CEST)
Nice work! I only have one question, which is the name of the duplicated widget? I need this info in order to change the style of each different widget. For example, I use:
.widget_categories li {…}
But this CSS style is not applied to the copy… I need the name of the copy to write something like:
.widget_categories_copy li {…}
Thanks in advance and congratulations,
April 26th, 2007 at 13:35 (CEST)
[...] 插件页面:点击进入 [...]
April 27th, 2007 at 21:35 (CEST)
[...] to “re-use” widgets on multiple sidebars. To overcome this, download and install the JAW DUPLICATE WIDGETS plugin. Documentation is scare, but usage is intuitive. Upload and activate the plugin. Then, [...]
May 3rd, 2007 at 07:21 (CEST)
[...] your past readers. For WordPress, I like Alex King’s Popularity Contest plugin paired with the JAW Popular Posts Widget, because you can not only get lots of stats about your posts in the reporting section, but you can [...]
May 5th, 2007 at 17:27 (CEST)
[...] your past readers. For WordPress, I like Alex King’s Popularity Contest plugin paired with the JAW Popular Posts Widget, because you can not only get lots of stats about your posts in the reporting section, but you can [...]
May 9th, 2007 at 14:35 (CEST)
[...] on different sidebar versions. Out of the box, widgets can only be placed on one sidebar. Enter a nifty plugin called JAW Duplicate Plugin, which allows me to duplicate widgets at will and place them on different sidebar [...]
May 15th, 2007 at 18:20 (CEST)
[...] on different sidebar versions. Out of the box, widgets can only be placed on one sidebar. Enter a nifty plugin called JAW Duplicate Plugin, which allows me to duplicate widgets at will and place them on different sidebar [...]
May 20th, 2007 at 10:53 (CEST)
[...] Visit [...]
June 6th, 2007 at 15:12 (CEST)
[...] you want to include links to your most popular posts in your sidebar, you can also install the JAW Popular Posts Widget and configure it under “Presentation” -> [...]
June 9th, 2007 at 17:12 (CEST)
[...] aka het meest populair zijn. Onderaan elke post wordt aangegeven hoe populair een Post is. New : JAW Popular Posts, In samenwerking met de plugin zorgt deze widget voor het laten zien van de meest bekeken Posts op [...]
June 23rd, 2007 at 04:15 (CEST)
I’ve implemented your JAW Popular Posts Widget plugin. Its just what I was looking for.
I have a problem though.
It displays post “A” in slot #1 and slot #2, and also displays post “B” in slot #3 and slot #4.
hmmm. this is odd, because when i expand it to show top 10 posts, it only does this on the first 4 entries (as described).
Any ideas?
See it at http://www.ponderplace.com In the lower righthand section.
June 23rd, 2007 at 21:46 (CEST)
Looks like the issue resolved itself. Everything looks great, thanks for the excellent widget/plugin. :)
July 5th, 2007 at 19:02 (CEST)
Just as a follow up to my previous two comments. I’ve been watching the plugin for a while now. The issue where it shows the same article twice (slots 1/2 and 3/4) pops back every once in a while. I’ve not been able to figure out what causes it, but its there.
July 19th, 2007 at 10:23 (CEST)
Gret plugin!
Question about JAW Popular Posts Widget. I was wondering if it is possible to replace the most popular stats with monthly or weekly stats. If, how do i do this?
July 26th, 2007 at 04:53 (CEST)
[...] 插件页面:点击进入 [...]
July 27th, 2007 at 03:30 (CEST)
[...] used to create a ‘popularity score’ for each post.” Also if you utilize widgets, check out this one by JAW that allows you to display a list of your most popular entries using Popularity Contest’s [...]
August 15th, 2007 at 12:26 (CEST)
Not sure if anyone is interested but I have got this plugin to work with WP 2.2.2.
I simply replaced all instances of $registered_widgets in the jaw-duplicate-widgets.php with $wp_registered_widgets.
For the solution I looked in the widgets.php of wp-include folder and this is the global they are using now.
Working ok so far, please let me know if any issues.
HTH
August 20th, 2007 at 09:34 (CEST)
Heartfelt thanks to these two wonderful, excellent plugins. You could see them in action on my blog.
September 1st, 2007 at 12:44 (CEST)
I have the same problem on my site as Stephen. On the home page I get the most popular post listed 4 times and then the second most popular twice, however on individual posts pages it works fine, listing six different posts. Any suggestions?
September 6th, 2007 at 19:02 (CEST)
I’ve just released a new version of JAW Duplicate Widgets that incorporates Courtney Daryananis changes. So now the plugin should work with WordPress 2.2+.
Sorry for the slow release rate
October 14th, 2007 at 01:39 (CEST)
[...] added Wordpress plugins for automatically generating a sidebar of most-popular-posts. Should be interesting, might even be [...]
October 18th, 2007 at 17:36 (CEST)
I too have the same issue with JAW Popular Post Widget that is mentioned by Kate and Stephen above. Popularity is reflected correctly in interior pages (articles, category archives, etc) but the same post is listed 2 or 3 times on the home page of the blog. Is there anything that can be done? This is a high profile site for Verizon and I would really like to be able to solve this issue for my client.
thanks!
blog is at http://www.2pointhome.com/families/ for reference.
November 28th, 2007 at 07:25 (CET)
[...] justaddwater.dk | JAW Popular Posts Widget JAW Popular Posts Widget – a legnépszerűbb tartalmakat jelenííti meg az oldalsávon. Működéséhez szükséges Alex King ‘Popularity Contest’ plugin-je (tags: Hasznos Web:Angol Web:Alkalmazas Wordpress:Plugin) [...]
December 5th, 2007 at 14:27 (CET)
Just installed the rather handy JAW Popular Posts Widget., thanks. Is there anyway to include the post’s star ratings too? Perhaps under the post titles? I’ve seen this done on another wordpress site but they may have customised the code and I’m no php programmer.
December 9th, 2007 at 22:04 (CET)
How can i remove pages from being shown in the widget? i just want to have posts listed. Thank you
Francesco
January 7th, 2008 at 18:17 (CET)
[...] да имам една и съща джаджа? На помощ има добавката JAW Duplicate Widgets. С нейна помощ могат да се създават копия на избрани от [...]
January 24th, 2008 at 18:30 (CET)
[...] JAW Duplicate Widgets Plugin von Thomas Watson Steen für WordPress 2.2 oder höher ermöglicht es ein Widget [...]
January 24th, 2008 at 18:35 (CET)
[...] JAW Popular Posts Widget Plugin von Thomas Watson Steen zeigt die populärsten Beiträge an. Das Widget greift dazu [...]
February 20th, 2008 at 10:05 (CET)
since widget already integrated with wordpress 2.3, i think we only need to install the popularity plugin by alex king.
February 20th, 2008 at 14:04 (CET)
Hi, just wanted to brush up an issue mentioned earlier with the JAW Duplicate Widgets. When duplicating a widget the copy is tagged with class=”archive_group jaw_is_duplicate”. The last bit “jaw_is_duplicate” is set for each copied widget regardless of its original. This poses a problem with styling since it is impossible to use various styles on one identical tag. In other words you tend to loose the original style for the widget and get a default.
Is there a way to retain the original widget classification, like in this case class=”archive_group widget_archives?
February 25th, 2008 at 17:14 (CET)
I like the dublicate widgets plugin. It’s really annoying to not beeing able to use a widget more than once. Now that time’s over thanks to you :-)
March 9th, 2008 at 17:51 (CET)
Thank you for creating the plugin, I am downloading it right now
March 11th, 2008 at 21:51 (CET)
Great stuff – question – the link back to wordpress only has a 2 year old version of the plugin. Where can I find the latest version?
April 1st, 2008 at 16:25 (CEST)
Hi,
I seem to be having a problem with the “popular posts” widget to display multiple popular posts. It only displays one at a time. Am I missing something? I thought looking at the code that the default is set to 5. It’s rotating through posts, but only showing one at a time. Do I not have enough traffic yet for it to display 5?
May 6th, 2008 at 15:31 (CEST)
Is there a way to remove pages from the widget? If I only want the posts listed how do I do that?
May 23rd, 2008 at 13:22 (CEST)
[...] JAW Popular Posts Widget – Adds a sidebar widget that shows the most popular posts. Requires the Popularity Contest plugin. [...]
May 27th, 2008 at 10:38 (CEST)
When duplicating a widget the copy is tagged with class=”archive_group jaw_is_duplicate”. The last bit “jaw_is_duplicate” is set for each copied widget regardless of its original
May 28th, 2008 at 02:00 (CEST)
I find the biggest pain with widget plugins is that I always seem to find the ones that aren’t compatable with my themes… I realize it’s probally just becuse I tend to stick with my older themes… it’s just such a pain to update
June 2nd, 2008 at 01:18 (CEST)
I am looking for a widget or plugin that will allow me to display my personal real estate listings in some fashion on my website. If anyone can point me in that direction, I would appreciate it.
June 2nd, 2008 at 01:18 (CEST)
Oops, I meant to say blog, not website.
June 27th, 2008 at 03:48 (CEST)
The Duplicate Widgets plugin solves a problem I keep running into with multiple sidebars. Thanks! I’m so glad I found your site. It will really come in handy. In the past, I just ended up not using widgets. This is much better.
June 29th, 2008 at 06:24 (CEST)
Believe it or not I have a website about gutters, well a blog actually. My son set it up for me. I am learning about blogging slowly. great job on the widgets info. I know my son set up some widgets on my blog.
July 1st, 2008 at 00:11 (CEST)
I thought I knew a lot about wordpress plugins but I have never heard of these before. I also wondered why you couldn’t have the same widget on two different sidebars. I’m so glad there are people like you to help us out.
July 1st, 2008 at 03:21 (CEST)
I really like the popular posts widget. Thanks for sharing it, it will be very useful.
July 5th, 2008 at 02:32 (CEST)
From all the WP users seeking great plugins: Thanks Mate!
July 7th, 2008 at 13:00 (CEST)
Thanks mate, I will give them a try. I also bookmarked your site.
July 18th, 2008 at 16:25 (CEST)
aaaa ! This the great top list of WP PLugins ! THanks ! :)
July 30th, 2008 at 20:06 (CEST)
Is this list updated?
August 2nd, 2008 at 15:04 (CEST)
Can’t make it work on WP 2.6 . Am i missing something?
August 4th, 2008 at 00:34 (CEST)
im running 2.6 and its working
its only showing up 1 popular post though instead of several
is this a bug?
August 5th, 2008 at 13:54 (CEST)
Jasper, another great post about Wordpress. Keep up the excellent job man. Thanks heaps
August 5th, 2008 at 20:16 (CEST)
Hi. I was wondering if these are updated plugins. I noticed that some of the comments date back a few years. How current is this information?
August 11th, 2008 at 08:24 (CEST)
Well is it possible in nay way to activate a plugin without logging into your wordpress account ?
August 17th, 2008 at 01:24 (CEST)
Will these plugins work with the latest version of WP?
August 18th, 2008 at 12:52 (CEST)
Hi, after my upgrade to WPMU 1.5/2.5 the duplicate widget no longer lists the available widgets, so there’s nothing left to duplicate. Any chance of an upgrade/fix? Or should I tackle a setting in WPMU?
August 19th, 2008 at 01:46 (CEST)
To answer Guarav’s question….I don;t think it is possible.
August 19th, 2008 at 17:33 (CEST)
very good plugin
thanks
September 3rd, 2008 at 21:59 (CEST)
[...] WP 2.5 Ayant eu du mal à insérer le code, j’ai trouvé un plugin qui va bien pour cela: JAW Popular Post Widget qui comme sont nom l’indique, créée directement le widget pour Popularity [...]
September 6th, 2008 at 18:07 (CEST)
Wordpress is really the best blog out there. There are so many plug-ins that are helpful and the installation process is extremely user friendly. Normal people with no computer skills can even use this blog with ease. I am a big wordpress fan. Does anyone know where we can find the latest plug-ins for wordpress. Thanks again for the widget plug-ins!
September 28th, 2008 at 09:22 (CEST)
[...] 8. JAW Popular Posts [...]
October 17th, 2008 at 22:23 (CEST)
Thanks for the duplicate widget plugin, it will make things more easier for me. Great work
October 21st, 2008 at 17:59 (CEST)
I’ve used both of those plugins in the past and they worked great, very useful. Just wanted to say that. Thanks again.
October 22nd, 2008 at 11:31 (CEST)
[...] Popular Posts: Para mostrar las entradas más [...]
November 5th, 2008 at 18:27 (CET)
[...] Deze plugin rankt je posts naar populariteit. Dus hoevaak ze bekeken zijn, aantal comments etc. De waardes die hiervoor belangrijk zijn kan je zelf instellen. Om deze plugin widgetized te maken heb je nog een aparte plugin beschikbaar, namelijk JAW Popular posts widget [...]
November 26th, 2008 at 17:27 (CET)
I just created a “Most Popular Pages By Category” hack for a popular post plugin. Files/Instructions here:
http://robmalon.com/most-popular-pages-by-category-dynamic-wordpress-hack/
To date, I think this is overall the best option for Popular Post content. And the most lightweight since wordpress.com holds the stats data.
December 9th, 2008 at 20:11 (CET)
Very nice plug-in. However, I’m having an issue where the same link shows up in the sidebar twice. Any ideas how to fix this?
December 11th, 2008 at 18:58 (CET)
Thanks a lot for the plugins. I am always looking for plugins to save time because time is money.
December 11th, 2008 at 18:59 (CET)
I was also wondering, what widget do you use to see how much spam has been caught?
December 12th, 2008 at 05:09 (CET)
Thanks a bunch for the widget downloads. There i an awesome theme I’ve been wanting to use with multiple sidebars, but I never have because I didn’t know how to us ethe same plugin twice on oposite sidebars. Keep it up.
December 12th, 2008 at 05:13 (CET)
I checked out the duplicate widget plugin. I really like it guys. I know a guy who does a lot of programming for mr, and I was just talking to him about doing something like that. But I guess I don’t have to now.
December 17th, 2008 at 02:08 (CET)
I just created a Wordpress site and I am exploring all the various available widgets for Wordpress that will help get good rankings in Google. If you know of any, I’d really appreciate if you could let me know. Best regards!
December 31st, 2008 at 02:53 (CET)
[...] JAW Popular Posts Widget [...]
December 31st, 2008 at 09:00 (CET)
[...] JAW Popular Posts Widget [...]
January 30th, 2009 at 21:52 (CET)
I am trying to find a plugin that will allow me to stream live gold rates across a header. Anyone have any ideas?
January 31st, 2009 at 21:24 (CET)
[...] JAW Duplicate Widgets – allows you to duplicate widgets in the same or different sidebar [...]
April 26th, 2009 at 00:26 (CEST)
Hi mate,
JAW Duplicate Widgets version 1.0.4 doesn’t seem to work with v2.7 – have you achieved duplicate widgets in v.27 at all? If so can you steer me in the right direction?
Cheers mate!
L
June 2nd, 2009 at 08:24 (CEST)
[...] JAW Duplicate Widgets – allows you to duplicate widgets in the same or different sidebar [...]
June 26th, 2009 at 16:31 (CEST)
Nice work here. I love wordpress and I love that you can add widgets to make it more functional. Thanks!
July 5th, 2009 at 15:34 (CEST)
[...] JAW Duplicate Widgets – allows you to duplicate widgets in the same or different sidebar [...]
July 18th, 2009 at 00:01 (CEST)
Thanks for the plugin. its powerfull. Because i’m wordpress freak..
July 19th, 2009 at 22:30 (CEST)
very good plugin thanks
July 23rd, 2009 at 17:13 (CEST)
[...] [...]
July 23rd, 2009 at 17:38 (CEST)
good pLuging thanks..
July 23rd, 2009 at 17:44 (CEST)
Very useful plugins, thanks.
July 23rd, 2009 at 18:14 (CEST)
it is very usefull.Thanks you for this article
July 23rd, 2009 at 18:19 (CEST)
thank you so much
July 23rd, 2009 at 18:20 (CEST)
thank you for this good plugin
July 23rd, 2009 at 18:49 (CEST)
Many thanks.
July 23rd, 2009 at 19:01 (CEST)
wow great job
thanks
July 23rd, 2009 at 19:06 (CEST)
Looks like the download site crashed. Is it possible to provide another download location?
July 23rd, 2009 at 19:14 (CEST)
On this page we can read about and download these plugins.
July 23rd, 2009 at 19:15 (CEST)
thank you for this good plugin
July 23rd, 2009 at 19:18 (CEST)
very good plugin thanks
July 23rd, 2009 at 19:34 (CEST)
good admin _)
July 23rd, 2009 at 19:48 (CEST)
thank you very plugin
July 23rd, 2009 at 20:02 (CEST)
thanks, thomas. your plugins was passable. if you want i translate it to Turkish, email me. see you.
July 23rd, 2009 at 23:01 (CEST)
Thank you for information
July 23rd, 2009 at 23:40 (CEST)
Thank you for information
Bodrum Otelleri
August 19th, 2009 at 15:41 (CEST)
[...] JAW Duplicate Widgets – allows you to duplicate widgets in the same or different sidebar [...]
August 23rd, 2009 at 01:54 (CEST)
Thanks very nice…
Webkaynak.biz
Liseli porno
Filmkaynak.com
August 23rd, 2009 at 14:52 (CEST)
[...] Link: justaddwater.dk | WordPress Plugins [...]
October 23rd, 2009 at 13:42 (CEST)
[...] JAW Duplicate Widgets – allows you to duplicate widgets in the same or different sidebar [...]
November 3rd, 2009 at 00:22 (CET)
[...] JAW Popular Posts Widget – Adds a sidebar widget that shows the most popular posts. Requires the Popularity Contest plugin. [...]
December 14th, 2009 at 04:42 (CET)
[...] 2.3 and beyond (up to Wordpress 2.7). I am providing this fixed version of what was originally JAW Duplicate Widgets for others in hopes that I might help those who could not get the original authors version to work [...]