Comments on: WordPress Widgets http://floatingsun.net Sat, 11 May 2013 19:51:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Mark S. Meritt http://floatingsun.net/code/wordpress-widgets/#comment-16582 Mark S. Meritt Tue, 25 Sep 2007 00:59:41 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-16582 Quick correction on my last comment. The empty widget box appears in two situations — it appears when:

1) A top-level Page has no sub pages, even if it has sibling pages

and

2) A sub page at any level has neither sibling pages nor sub pages

]]>
By: Mark S. Meritt http://floatingsun.net/code/wordpress-widgets/#comment-16577 Mark S. Meritt Mon, 24 Sep 2007 22:44:28 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-16577 Hello again, thanks for updating the widget. I notice, though, that there is still an issue I’d commented about back in January that I imagine many people would probably like to see addressed.

When a Page has neither sibling pages nor sub pages, your widget produces an empty box that clutters the sidebar. I think it would be ideal if the widget would display nothing at all under these circumstances, just as it shows nothing on non-Pages like posts and archives.

Thanks for your consideration, and thanks again for the plug-in!

]]>
By: Web Services » Better Blog Day 4: Interlinking Posts http://floatingsun.net/code/wordpress-widgets/#comment-15585 Web Services » Better Blog Day 4: Interlinking Posts Wed, 22 Aug 2007 07:03:46 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-15585 [...] use that somehow when deciding what posts are “related”. A quick search found the UTW Related Posts widget which does pretty much what I was looking for -picks out a number of posts and puts them in a list. [...]

]]>
By: Diwaker Gupta http://floatingsun.net/code/wordpress-widgets/#comment-15399 Diwaker Gupta Tue, 14 Aug 2007 05:20:21 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-15399 *@matt, @eric*: I’ve updated the widget, this problem should be fixed now. Thanks for your patience!

]]>
By: Diwaker Gupta http://floatingsun.net/code/wordpress-widgets/#comment-15398 Diwaker Gupta Tue, 14 Aug 2007 05:17:28 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-15398 *@nice*: I’ve updated the widget — it should work with the latest WordPress now. Sorry for the delay, and do let me know if you’re still having any problems!

*@sebastian*: Thanks for trying to help out! I’ve finally updated the widget :-)

]]>
By: WP Plugins DB » Plugin Details » UTW-Related Posts http://floatingsun.net/code/wordpress-widgets/#comment-14797 WP Plugins DB » Plugin Details » UTW-Related Posts Wed, 04 Jul 2007 06:02:27 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-14797 [...] Visit [...]

]]>
By: WP Plugins DB » Plugin Details » Sub pages http://floatingsun.net/code/wordpress-widgets/#comment-14796 WP Plugins DB » Plugin Details » Sub pages Wed, 04 Jul 2007 06:00:09 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-14796 [...] Visit [...]

]]>
By: Nice from Thailand http://floatingsun.net/code/wordpress-widgets/#comment-14231 Nice from Thailand Sun, 27 May 2007 16:31:47 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-14231 Can some one tell me how to fix this plugin to work with WP2.2?

Fatal error: Call to undefined function: register_sidebar_widget() in /home/m/a/mattkevan/public_html/wp-content/plugins/widgets/subpages.php on line 72

I tried Eric and Sebastian’s code but it doesn’t work.
Thanks.

]]>
By: Nice from Thailand http://floatingsun.net/code/wordpress-widgets/#comment-14229 Nice from Thailand Sun, 27 May 2007 15:29:52 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-14229 @Sebastian,
I tried your code, but it doesn’t work in WP 2.2
someone please help me :(

]]>
By: Sebastian http://floatingsun.net/code/wordpress-widgets/#comment-14208 Sebastian Sat, 26 May 2007 21:58:18 +0000 http://floatingsun.net/blog/code/wordpress-widgets/#comment-14208 Cool Widget!

You’ve to change the code as followed:
at the top of the code put following
function subpages_control_init() {
and at the end of the file please insert
}
add_action(‘plugins_loaded’, ‘subpages_control_init’);

So it work’s fine for me.
Best regards from good old Germany to all of You!

]]>