Search for a Writer:
Calculated Writer Scores
- Frequency of opinion markers: Not set
- Sentiment markers: Not set
- What is this?
Community Writer Scores
Coverage
Words Associated with RONALD HUERECA
Most Frequently Mentioned Topics
Sources They're Writing For (last 60 days)
Writer Feed Widget
Grab this free widget and get the latest news for this writer. You can post it on your web page or blog, or add it to your desktop. Click on the "get & share" button at the bottom.
Articles Written by: RONALD HUERECA
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 ...
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, ...
if (function_exists('related_posts')) {
add_action('my_related_posts', 'related_posts');
}
add_action('my_related_posts', ...
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 ...
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 ...
function post_strip($where) {
global $myPosts, $wpdb;
$where .= " AND $wpdb->posts.ID not in($myPosts) ";
return $where;
}
query('showposts=5');
if ...
$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 = '';
$ ...
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 ...
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 ...
Recent Articles
query('showposts=5'.'&paged='.$paged);
?>
$wp_query->query('showposts=5'.'&paged='.$paged);
have_posts()) : $wp_query- ...