Title: deuts's Replies | WordPress.org

---

# deuts

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] 0 Thoughts when there are comments](https://wordpress.org/support/topic/0-thoughts-when-there-are-comments/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/0-thoughts-when-there-are-comments/#post-13657924)
 * I have this observation that if I have comments and they’re threaded, that’s 
   when the 0 thoughts come out. Otherwise, if I have only one comment, or multiple
   comment but they’re not stacked up on top of another, the count appears to be
   fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Gutenberg] ‘Disable Gutenberg’ does not work when editing a custom post type post](https://wordpress.org/support/topic/disable-gutenberg-does-not-work-when-editing-a-custom-post-type-post/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-gutenberg-does-not-work-when-editing-a-custom-post-type-post/#post-11284258)
 * It’s working now. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Gutenberg] ‘Disable Gutenberg’ does not work when editing a custom post type post](https://wordpress.org/support/topic/disable-gutenberg-does-not-work-when-editing-a-custom-post-type-post/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-gutenberg-does-not-work-when-editing-a-custom-post-type-post/#post-11283858)
 * For me DG worked while creating a ‘new’ custom post type post. But once you publish
   it, go to home page for example, and go back to edit the same post, that’s where
   the problem is.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Disable Gutenberg] Better than the Classic Editor plugin](https://wordpress.org/support/?post_type=topic&p=11206736)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [7 years, 2 months ago](https://wordpress.org/support/?post_type=topic&p=11206736#post-11224966)
 * Glad I didn’t try that Classic Editor plugin then. Went straight to this plugin
   instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discussion Board - WordPress Forum Plugin] Double topic after new topic created](https://wordpress.org/support/topic/double-topic-after-new-topic-created/)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years ago](https://wordpress.org/support/topic/double-topic-after-new-topic-created/#post-9102901)
 * I actually experienced this but so far in my first post only.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Text Only Countdown] Great plugin](https://wordpress.org/support/topic/great-plugin-11023/)
 *  Plugin Author [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/great-plugin-11023/#post-8452770)
 * Thanks paburmester. The idea behind this plugin is really a streamlined code 
   just to include a countdown within a text and/or paragraph. But we’ll see about
   your suggestion if we can incorporate that in the next update. Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] Liveblog on page](https://wordpress.org/support/topic/liveblog-on-page/)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/liveblog-on-page/#post-8147447)
 * I want this feature too. I wonder if ever it’ll come?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Limit get_terms within a period](https://wordpress.org/support/topic/limit-get_terms-within-a-period/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/limit-get_terms-within-a-period/#post-7474142)
 * [@jacob](https://wordpress.org/support/users/jacob/) Peattie –> you are heaven-
   sent.
 * First of all, your script didn’t work as is. I had to debug some in order to 
   make it work. But the codes in the lines 26 to 33 was particularly useful. I 
   wasn’t aware such parameters exist!
 * This is how I finally was able to make it work:
    - In line 13, I changed the `$taxonomy` variable declaration to `$tax_object`.
      Same thing I did in line 27
    - In lines 49 and 50, I changed the `$post_term->term_name` to `$post_term->
      name`.
    - In line 59, I changed `rsort` function to `arsort` to maintain $key->$value
      association
    - In line 62, I changed `array_flip` function to `array_keys`. The problem with`
      array_flip` is if there are multiple values in the array, only the last key
      will be returned.
    - In line 65, I changed `$terms` to `$term_names`. You might have just missed
      this.
 * That’s it, and now it works!
 * Thank you once again!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Limit get_terms within a period](https://wordpress.org/support/topic/limit-get_terms-within-a-period/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/limit-get_terms-within-a-period/#post-7474140)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/) — thank you very much
   for that help. Unfortunately, my coding skills are not that advanced (yet, perhaps),
   so this would apparently be out of my grasp. Thank you once again.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Custom Taxonomies Widget](https://wordpress.org/support/topic/custom-taxonomies-widget/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomies-widget/#post-7383724)
 * With the shiny new WordPress 4.6 and the new WP_Term_Query class, I wonder if
   this is now possible?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Limit get_terms within a period](https://wordpress.org/support/topic/limit-get_terms-within-a-period/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/limit-get_terms-within-a-period/#post-7474138)
 * With the shiny new WordPress 4.6 and the new WP_Term_Query class, I wonder if
   this is now possible?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Code Snippets] Re-defnining a function](https://wordpress.org/support/topic/re-defnining-a-function/)
 *  Thread Starter [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/re-defnining-a-function/#post-7459879)
 * But the function already exists in the twentysixteen **parent theme**, which 
   as I have described is found in inc/template-tags.php.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Easy Table] hate it](https://wordpress.org/support/topic/hate-it-2/)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/hate-it-2/#post-8081821)
 * If you are to use a comma in the data, try closing that data in quotes `'`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments Importer] Import time is ahead of real time by hours](https://wordpress.org/support/topic/import-time-is-ahead-of-real-time-by-hours/)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/import-time-is-ahead-of-real-time-by-hours/#post-6977963)
 * The same case for me. My timezone is at UTC+8 and the comments’ time as indicated
   in my WordPress installation are off by 8 hours compared to that in my Facebook
   page. So it seems it imports time as if it were at GMT time.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Why are some post titles larger than others in search results?](https://wordpress.org/support/topic/why-are-some-post-titles-larger-than-others-in-search-results/)
 *  [deuts](https://wordpress.org/support/users/deuts/)
 * (@deuts)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/why-are-some-post-titles-larger-than-others-in-search-results/#post-7487650)
 * You’re referring to post formats, not post types. Just do a child theme and add
   a css styling for these post formats.

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

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