Title: geekjon's Replies | WordPress.org

---

# geekjon

  [  ](https://wordpress.org/support/users/geekjon/)

 *   [Profile](https://wordpress.org/support/users/geekjon/)
 *   [Topics Started](https://wordpress.org/support/users/geekjon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/geekjon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/geekjon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/geekjon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/geekjon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/geekjon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/geekjon/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/geekjon/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Display of all-time popular posts not correct after v.4.2.0](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [4 months ago](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/#post-18823622)
 * Actually, I notice that once I change the “Time to cache” from 3600 to 1800, 
   the display of the Overall posts is again wrong.
 * Edit: When I change other settings, the displayed posts is wrong again.
    -  This reply was modified 4 months ago by [geekjon](https://wordpress.org/support/users/geekjon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Display of all-time popular posts not correct after v.4.2.0](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [4 months ago](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/#post-18823616)
 * Thanks. Resetting Settings has restored the normal behavior of the Overall posts
   list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Display of all-time popular posts not correct after v.4.2.0](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [4 months ago](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/#post-18823583)
 * Please confirm that if I reset all settings, this will not reset my statistics.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Display of all-time popular posts not correct after v.4.2.0](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [4 months ago](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/#post-18823527)
 * I disabled the Top 10 caching before giving you those queries. Yes, I am looking
   to output the Top / Overall posts, but what I see displayed when viewing the 
   published page are more recent posts and not the older posts that should be included
   in Top / Overall posts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Display of all-time popular posts not correct after v.4.2.0](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [4 months ago](https://wordpress.org/support/topic/display-of-all-time-popular-posts-not-correct-after-v-4-2-0/#post-18823512)
 * Here is a query:
 * **SELECT** wp_posts.*,wp_top_ten.postnumber, wp_top_ten.cntaccess as visits, 
   wp_top_ten.blog_id 
   **FROM** wp_posts **INNER** **JOIN** wp_top_ten**ON** wp_top_ten.
   postnumber=wp_posts.ID **WHERE** 1=1 **AND** ( wp_posts.post_date <= '2026-02-
   16 10:00:48' )**AND** ( wp_posts.ID **NOT** **IN** ( **SELECT** object_id **FROM**
   wp_term_relationships **WHERE** term_taxonomy_id **IN** (4509,17723,18436,18867,20158)))**
   AND** wp_posts.post_password = ''**AND** wp_posts.post_type = 'post'**AND** ((
   wp_posts.post_status = 'publish'**OR** wp_posts.post_status = 'inherit'))**AND**
   wp_top_ten.blog_id **IN** ('1') **GROUP** **BY** wp_posts.ID **ORDER** **BY**
   wp_top_ten.cntaccess **DESC****LIMIT** 0, 60
 * And another query:
 * **SELECT** wp_posts.ID 
   **FROM** wp_posts **WHERE** 1=1 **AND** ( wp_posts.post_date
   <= '2026-02-16 10:00:48' )**AND** ( wp_posts.ID **NOT** **IN** ( **SELECT** object_id**
   FROM** wp_term_relationships **WHERE** term_taxonomy_id **IN** (4509,17723,18436,18867,20158)))**
   AND** wp_posts.post_password = ''**AND** wp_posts.post_type = 'post'**AND** ((
   wp_posts.post_status = 'publish'**OR** wp_posts.post_status = 'inherit')) **GROUP****
   BY** wp_posts.ID **ORDER** **BY** wp_posts.post_date **DESC****LIMIT** 0, 60
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] Slider doesn’t work](https://wordpress.org/support/topic/slider-doesnt-work-29/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/slider-doesnt-work-29/#post-8295639)
 * Should there be a checkbox to “Enable featured slider”? If so, I’m not seeing
   one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Refresh homepage after new post](https://wordpress.org/support/topic/refresh-homepage-after-new-post/)
 *  [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/refresh-homepage-after-new-post/page/3/#post-5629021)
 * Ok. I found the index.hml file in the cache and opened it up and inspected it.
   It was modified and updated when I published a new post. However, that information
   is not what shows when going to domain.com . The homepage shows old posts since
   before cleaning the cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Refresh homepage after new post](https://wordpress.org/support/topic/refresh-homepage-after-new-post/)
 *  [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/refresh-homepage-after-new-post/page/2/#post-5629019)
 * I’m having the same trouble with the homepage not invalidating when a new post
   is published/edited/unpublished. I don’t want to turn off caching for my busy
   homepage.
 * I looked in the cache folder and I see no file that would be the homepage, so
   I’m not entirely sure where it is stored.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CPT-onomies: Using Custom Post Types as Taxonomies] Trouble listing posts in a taxonomy](https://wordpress.org/support/topic/trouble-listing-posts-in-a-taxonomy/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/trouble-listing-posts-in-a-taxonomy/#post-6475598)
 * I was able to get the query to work with this array:
 *     ```
       $args = array(
       	'post_type' => 'post',
       	'taxonomy' => 'artist',
       	'field'    => 'slug',
       	'term'    => $current_artist,
       	'post_status' => 'publish',
       	'posts_per_page' => -1,
       	'caller_get_posts'=> 1,
       );
       ```
   
 * HOWEVER, part of what made this difficult to troubleshoot is that there seems
   to be some inconsistencies with the relationships of my Artists (CPT-onomy) to
   my posts.
    Is there any way to “rebuild” those relationships?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to exclude tags via URL parameters?](https://wordpress.org/support/topic/how-to-exclude-tags-via-url-parameters-1/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [11 years ago](https://wordpress.org/support/topic/how-to-exclude-tags-via-url-parameters-1/#post-6206389)
 * Thanks. This looks promising, but I haven’t been able to test it yet.
    Do you
   happen to know how to modify this to be a simple plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Rounding shares 3100 to 3.1k](https://wordpress.org/support/topic/rounding-shares-3100-to-31k/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/rounding-shares-3100-to-31k/#post-6065480)
 * Thanks. I must have overlooked the Customize tab.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Any cache plugins that automatically purge unpublished page?](https://wordpress.org/support/topic/any-cache-plugins-that-automatically-purge-unpublished-page/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/any-cache-plugins-that-automatically-purge-unpublished-page/#post-3950723)
 * Anyone?
 * I may have posted this in the wrong forum, but when I tried to repost it in a
   more appropriate forum, the post was deleted. Sorry about that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [client denied by server configuration](https://wordpress.org/support/topic/client-denied-by-server-configuration/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/client-denied-by-server-configuration/#post-3595454)
 * I just realized that Search Permalink hasn’t been updated in quite a while. I
   am trying Nice Search instead.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [client denied by server configuration](https://wordpress.org/support/topic/client-denied-by-server-configuration/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/client-denied-by-server-configuration/#post-3595440)
 * The permissions are 644 for search-permalink.php, just like all the other plugins.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove all images from posts using phpMyAdmin](https://wordpress.org/support/topic/remove-all-images-from-posts-using-phpmyadmin/)
 *  Thread Starter [geekjon](https://wordpress.org/support/users/geekjon/)
 * (@geekjon)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/remove-all-images-from-posts-using-phpmyadmin/#post-2029911)
 * Anyone?

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/geekjon/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/geekjon/replies/page/2/?output_format=md)