Written in response to Searches Plugin Spam:
At
} else {
$logged_ips[$key]['count'] = 1;
}
Add one more line
} else {
$logged_ips[$key]['count'] = 1;
$logged_ips[$key]['time'] = $time;
}
And that, finally, is it.
Gabriel
WordPress Consultant
Theme/Plugin Developer
WooCommerce & Payment Gateways plugins
| Answers Given: | 215 (see them all) |
|---|---|
| Contests Won: | 64 |
| Prize Money Earned: | $1183 |
| Questions asked: | 1 (see all of them) |
| Questions refunded: | 0 (see all?) |
| Is a top asker (has the power to vote on anything): | |
| Subscribes to all the discourse posted to the site?: | No |
| Country: | Brasil |
| City: | Caxias do Sul |
| Netvotes this month (upvotes minus downvotes): | 1 |
| Netvotes of all time (upvotes minus downvotes): | 7 |
| Joined the site: | July 28, 2010 |
The community is grateful to those experts who take the time to vote on questions.
Written in response to Searches Plugin Spam:
} else {
$logged_ips[$key]['count'] = 1;
}
} else {
$logged_ips[$key]['count'] = 1;
$logged_ips[$key]['time'] = $time;
}
Written in response to something Arnav Joy wrote.
Written in response to something Arnav Joy wrote.
Written in response to Image change on featured image hover:
Written in response to Multiply meta value, then ADD value based on IF statement:
Written in response to custom grid loop:
<div class="clearfix gallery">
<?php $i=0; $j = $wp_query->post_count; ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('span3'); ?> role="article">
<?php get_the_image( array( 'custom_key' => array( 'medium' ), 'size' => 'medium' ) ); ?>
<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
</article> <!-- end article -->
<?php if ( 0 == ++$i%4 && $i < $j ) { echo '</div>
<div class="clearfix gallery">';}?>
<?php endwhile; ?>
</div>
Written in response to Importing posts in .cs / .txt files:
Written in response to Hi. For me I always use WP-Paginate plugin for posts in category archive pages ...:
Abdelhadi Touil, Abdelhadi Touil had responses to this.
Written in response to Get Shopped ecommerce plug in & Catalyst theme issue:
Written in response to Horizontal Sub-menu active states:
Michael Caputo had responses to this.
Written in response to javascript onClick on image should activate checkbox:
Written in response to Double Postings On Blog:
Lawrence Krubner, Lawrence Krubner had responses to this.
Written in response to something Lawrence Krubner wrote.
Lawrence Krubner had responses to this.
Written in response to something Lawrence Krubner wrote.
Lawrence Krubner had responses to this.
Written in response to something Arnav Joy wrote.
Lawrence Krubner had responses to this.
Written in response to Icarus Theme, Buy Now Button:
Arnav Joy had responses to this.
Written in response to something Hai Bui wrote.
Hai Bui, Lawrence Krubner had responses to this.
Written in response to something Hai Bui wrote.
Lawrence Krubner had responses to this.
Written in response to something Hai Bui wrote.
Jatin Soni had responses to this.