Title: think2wice's Replies | WordPress.org

---

# think2wice

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views for Jetpack] How to insert commas between large numbers](https://wordpress.org/support/topic/how-to-insert-commas-between-large-numbers/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/how-to-insert-commas-between-large-numbers/#post-10153898)
 * No problem! I see that you have plans to implement the “K” and “M” letters for
   the bigger numbers (thousands and millions) so I assume the comma thing won’t
   even be necessary, unless you plan on giving users the option of which version
   to use in the settings.
 * Anyhow, for now, I was able to come up with a quick workaround that appears to
   work fine (so far so good).
 * See below:
 * `<?php echo '&nbsp;' . number_format( do_shortcode( '[jp_post_view]' ) ); ?>`
    -  This reply was modified 8 years, 2 months ago by [think2wice](https://wordpress.org/support/users/think2wice/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views for Jetpack] How to replace 1000 views with k???](https://wordpress.org/support/topic/how-to-replace-1000-views-with-k/)
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/how-to-replace-1000-views-with-k/#post-10141338)
 * I second that feature request! 😉
 * Not sure if this helps, but someone has the PHP code for the formatting here:
 * [https://stackoverflow.com/questions/26677124/how-to-format-a-number-as-2-5k-if-a-thousand-in-php-like-facebook?noredirect=1&lq=1](https://stackoverflow.com/questions/26677124/how-to-format-a-number-as-2-5k-if-a-thousand-in-php-like-facebook?noredirect=1&lq=1)
    -  This reply was modified 8 years, 2 months ago by [think2wice](https://wordpress.org/support/users/think2wice/).
    -  This reply was modified 8 years, 2 months ago by [think2wice](https://wordpress.org/support/users/think2wice/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Insert Post Ads] Stop ads from showing on AMP pages](https://wordpress.org/support/topic/stop-ads-from-showing-on-amp-pages/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/stop-ads-from-showing-on-amp-pages/#post-9342872)
 * I did some Googling and figured out this is the proper code to insert into functions.
   php:
 * `add_filter('insert_post_ads_enabled', '__return_false');`
 * However, this disables the plugin on my AMP pages as well as my regular pages.
   I believe the problem is that our “functions.php” file is shared across regular
   pages and AMP pages. Is there a way to disable the plugin SPECIFICALLY on AMP
   pages? I assume there’s some sort of “if/else” query I should wrap around the
   filter or something?
 * By the way, I’m using the official WordPress AMP plugin from Automattic.
    -  This reply was modified 8 years, 11 months ago by [think2wice](https://wordpress.org/support/users/think2wice/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Insert Post Ads] Stop ads from showing on AMP pages](https://wordpress.org/support/topic/stop-ads-from-showing-on-amp-pages/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/stop-ads-from-showing-on-amp-pages/#post-9342795)
 * Thank you for the fast reply! My apologies for the delayed response on my end.
   I assume I’m supposed to insert this in the “functions.php” file, however, I 
   don’t know anything past that. Can you please provide the EXACT code I am to 
   insert to make this work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] Can't change Schema.org (JSON) Metadata Publisher Logo](https://wordpress.org/support/topic/cant-change-schemaorg-json-metadata-publisher-logo/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/cant-change-schemaorg-json-metadata-publisher-logo/#post-7165630)
 * Thanks Mohammad! The issue was coming from Yoast Glue. I’ve disabled it and now
   the correct logo is showing up in the schema.org metadata.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HP Warning: json_encode(): Invalid UTF-8 sequence in argument](https://wordpress.org/support/topic/hp-warning-json_encode-invalid-utf-8-sequence-in-argument/)
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/hp-warning-json_encode-invalid-utf-8-sequence-in-argument/#post-6492260)
 * I’m having the same issue and it’s affecting the performance of my site. I didn’t
   start having this problem until I updated to 4.3 on Monday, Sep. 7. If anyone
   could help us (myself and Romeon as well) figure out a way to fix this issue 
   that would be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Oomph Clone Widgets] Not working with 4.3](https://wordpress.org/support/topic/not-working-with-43/)
 *  [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/not-working-with-43/#post-6453434)
 * Wow, thanks vensonkuchipudi! That was so simple. Now the plugin works just like
   it used to!
 * Also, if anyone is interested in a simple aesthetic change, change this line:
 * `.oomph-cloneable:hover a.clone-widget { margin-left: 0; }`
 * To this:
 * `.oomph-cloneable:hover a.clone-widget { margin-left: 0; cursor:pointer; }`
 * Now, when you hover over the “plus” button, you see the pointer finger instead
   of the cursor. Small change, but it keeps everything running/looking smooth!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remove Stop Words] Using this plugin turns up 404 errors on some tags/categories](https://wordpress.org/support/topic/using-this-plugin-turns-up-404-errors-on-some-tagscategories/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-this-plugin-turns-up-404-errors-on-some-tagscategories/#post-4582228)
 * Hi, still patiently waiting on that update! No rush here, just making sure you
   didn’t forget about me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remove Stop Words] Using this plugin turns up 404 errors on some tags/categories](https://wordpress.org/support/topic/using-this-plugin-turns-up-404-errors-on-some-tagscategories/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-this-plugin-turns-up-404-errors-on-some-tagscategories/#post-4582178)
 * Wow, thanks for the fast response! Looking forward to the update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Excerpt] [Plugin: Advanced Excerpt] Add the continue reading link to ALL posts](https://wordpress.org/support/topic/plugin-advanced-excerpt-add-the-continue-reading-link-to-all-posts/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-advanced-excerpt-add-the-continue-reading-link-to-all-posts/#post-2322427)
 * Anyone? lol
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Excerpt] [Plugin: Advanced Excerpt] Add the continue reading link to ALL posts](https://wordpress.org/support/topic/plugin-advanced-excerpt-add-the-continue-reading-link-to-all-posts/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-advanced-excerpt-add-the-continue-reading-link-to-all-posts/#post-2322418)
 * Can anyone help me out with this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t upload pictures on Network site](https://wordpress.org/support/topic/cant-upload-pictures-on-network-site/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/cant-upload-pictures-on-network-site/#post-1549716)
 * Still not working 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t upload pictures on Network site](https://wordpress.org/support/topic/cant-upload-pictures-on-network-site/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/cant-upload-pictures-on-network-site/#post-1549706)
 * Oh, and FYI: If you click the link and it gives you a “403 error” that’s the 
   hotlink protection.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Separate posts into sections by date](https://wordpress.org/support/topic/separate-posts-into-sections-by-date/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/separate-posts-into-sections-by-date/#post-1446484)
 * What is the proper query/loop to do what I want to do?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Separate posts into sections by date](https://wordpress.org/support/topic/separate-posts-into-sections-by-date/)
 *  Thread Starter [think2wice](https://wordpress.org/support/users/think2wice/)
 * (@think2wice)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/separate-posts-into-sections-by-date/#post-1446423)
 * Will I be able to use a WordPress loop to display the “posts” ? I would like 
   to be able to show the number of views, a thumbnail, the title and whatever else
   could be included in a standard WP loop. This will also be used on my site’s 
   home page. Can it be used that way?

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

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