Articles Written by:    RONALD HUERECA     

« Previous  |  Next »

How to: Offsets and Paging

function my_post_limit($limit) { global $paged, $myOffset; if (empty($paged)) { $paged = 1; } $postperpage = intval(get_option('posts_per_page')); $pgstrt = ((intval($paged) -1) * $postperpage) $myOffset . ', '; $limit = 'LIMIT ...

From RONALD HUERECA, Weblog Tools Collection,  19 Jun 2008

Comment Remix - Video Plugin Review

If you cannot see, the video, please visit this link: Video Summary: Comment Remix adds numerous admin panel options, as well as reply, quote, and tag capabilities on a post. The star feature for admins (in my opinion) is the “In Need of Reply” option, ...

From RONALD HUERECA, Weblog Tools Collection,  8 Jun 2008

Plugin Deactivation Issues Solved With Actions and Filters

if (function_exists('related_posts')) { add_action('my_related_posts', 'related_posts'); } add_action('my_related_posts', ...

From RONALD HUERECA, Weblog Tools Collection,  7 Jun 2008

Removing Width/Height from the Image Uploader

add_filter('image_downsize', 'my_image_downsize',1,3); function my_image_downsize($value = false,$id = 0, $size = "medium") { if ( !wp_attachment_is_image($id) ) return false; $img_url = wp_get_attachment_url($id); //Mimic functionality in ...

From RONALD HUERECA, Weblog Tools Collection,  29 May 2008

Dashboard Widget Manager - Video Review

If you cannot see, the video, please visit this link: Video Summary: is a great way to customize the WordPress 2.5 dashboard. The plugin is great for multi-author blogs where each author would like a customizable dashboard. Admin can also set a ...

From RONALD HUERECA, Weblog Tools Collection,  24 May 2008

How To: Avoid Duplicate Posts

function post_strip($where) { global $myPosts, $wpdb; $where .= " AND $wpdb->posts.ID not in($myPosts) "; return $where; }

query('showposts=5'); if ...

From RONALD HUERECA, Weblog Tools Collection,  17 May 2008

Error Management for WordPress Plugins

$myErrors = new WP_Error(); $myErrors->add('access_denied', __('You do not have permission to do that.',$myLocalizationName)); $errorMessage = $myErrors->get_error_message($code); class my_class { function my_class() { $this->localizionName = ''; $ ...

From RONALD HUERECA, Weblog Tools Collection,  4 May 2008

Organize Series - Plugin Video Review

If you cannot see the video, please visit this link: Video Summary: Organize Series is an extremely powerful plugin that makes organizing series rather simple. There are many options to customize the look. The show clincher for me is the ability to ...

From RONALD HUERECA, Weblog Tools Collection,  21 Apr 2008

Baltic Amber Admin Colour Schemes for WordPress 2.5

Kaspars from Konstruktors has released a WordPress 2.5 plugin called that allows you to change your default colour scheme. What’s even cooler about this plugin is that the plugin provides a nice refresh to the Write Panel and several areas of the ...

From RONALD HUERECA, Weblog Tools Collection,  20 Apr 2008

Paging and Custom WordPress Loops

Recent Articles

    query('showposts=5'.'&paged='.$paged); ?> $wp_query->query('showposts=5'.'&paged='.$paged); have_posts()) : $wp_query- ...

    From RONALD HUERECA, Weblog Tools Collection,  19 Apr 2008

« Previous  |  Next »

Who is This?

Help us add to our database, by linking this writer their entry in Wikipedia or Source Watch, or by suggesting that we remove it from our index.

Suggest an Entry

Enter a url from sourcewatch.org or wikipedia.org:


recommend removal

close