Title: atom8bit's Replies | WordPress.org

---

# atom8bit

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [media upload fails – “No image roots defined in config”](https://wordpress.org/support/topic/media-upload-fails-no-image-roots-defined-in-config/)
 *  [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/media-upload-fails-no-image-roots-defined-in-config/#post-11964667)
 * I had this issue on a site I manage, as well.
 * Did you, or do you use a plugin that manipulates images, such as WebP Express?
   Check your htaccess file for rewrite rules involve jpg or png files. I used the
   above plugin, but it was disabled and the htaccess rules were left in place; 
   trying to redirect images to a page that it couldn’t handle.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress and PHP 7.1](https://wordpress.org/support/topic/wordpress-and-php-7-1/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-and-php-7-1/#post-9065514)
 * You should probably open a new ticket about that as it’s off topic.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress and PHP 7.1](https://wordpress.org/support/topic/wordpress-and-php-7-1/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wordpress-and-php-7-1/#post-8625913)
 * That has nothing to do with anything and is completely off-topic.
 * FYI to others involved, I did upgrade to php7.1 after this thread and it went
   well, thank you.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress and PHP 7.1](https://wordpress.org/support/topic/wordpress-and-php-7-1/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wordpress-and-php-7-1/#post-8586226)
 * Thanks. And yeah, I won’t be running PHP that old…
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress and PHP 7.1](https://wordpress.org/support/topic/wordpress-and-php-7-1/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/wordpress-and-php-7-1/#post-8586160)
 * Thanks. I’ll test, then.
    When it is official, is there usually an announcement?
   I do remember something for php 7.0.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing permalinks for only certain categories](https://wordpress.org/support/topic/changing-permalinks-for-only-certain-categories/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/changing-permalinks-for-only-certain-categories/#post-5839879)
 * > However, this would be a good candidate for a custom post type. You could easily
   > set your permalink structure to do what you want on that post type, and it 
   > would be unaffected by the main Permalinks setting.
 * OK, cool. That’s a start – how I can accomplish this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error updating plugins](https://wordpress.org/support/topic/error-updating-plugins-2/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/error-updating-plugins-2/#post-5565623)
 * As a matter of being thorough; is there a way to see precisely where WordPress
   is trying to update to?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["If Category Then" on Single Post Page](https://wordpress.org/support/topic/if-category-then-on-single-post-page/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/if-category-then-on-single-post-page/#post-5287793)
 * Well, that _sort of_ worked… (isn’t that C syntax you’re using?)
    I actually 
   did this and it ended up working, so either way your suggestion did help:
 *     ```
       <div>
       <?php if (  (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) && has_category( 6, $post )) : ?>
       <?php the_post_thumbnail('full') ?>
       <?php endif ?>
       </div>
       ```
   
 * Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding a second post feed to a page](https://wordpress.org/support/topic/adding-a-second-post-feed-to-a-page/)
 *  Thread Starter [atom8bit](https://wordpress.org/support/users/atom8bit/)
 * (@atom8bit)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/adding-a-second-post-feed-to-a-page/#post-5280074)
 * Janet, I ‘d far prefer to not use a plugin, if possible

Viewing 9 replies - 1 through 9 (of 9 total)