Title: apodtoo's Replies | WordPress.org

---

# apodtoo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [PHP & Child Themes](https://wordpress.org/support/topic/php-child-themes/)
 *  Thread Starter [apodtoo](https://wordpress.org/support/users/apodtoo/)
 * (@apodtoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/php-child-themes/#post-3902707)
 * It’s a paid one called BusinessPro made by Cyberchimps. I have successfully made
   edits to the functions.php file in the child theme, but obviously those require
   renaming the commands and calling them accordingly. It stands to reason that,
   like with other themes, getting the template to use the child instead of the 
   parent just requires copying the PHP files to the appropriate location, but that’s
   not working. So what I was really asking was whether this is ever not true – 
   that some themes will support child theming to the extent of CSS only.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [PHP & Child Themes](https://wordpress.org/support/topic/php-child-themes/)
 *  Thread Starter [apodtoo](https://wordpress.org/support/users/apodtoo/)
 * (@apodtoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/php-child-themes/#post-3902704)
 * You mean, some themes will work with a child theme as far as CSS/stylesheets,
   but not PHP files? Because the child CSS is working fine and perfectly.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Display Post Thumbnail only if Post belongs to a particular Category](https://wordpress.org/support/topic/display-post-thumbnail-only-if-post-belongs-to-a-particular-category/)
 *  Thread Starter [apodtoo](https://wordpress.org/support/users/apodtoo/)
 * (@apodtoo)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/display-post-thumbnail-only-if-post-belongs-to-a-particular-category/#post-3586089)
 *     ```
       <?php if (in_category(array('20', '21')) ) : ?>
               <div class="post-photo">
               <?php the_post_thumbnail(); ?>
               </div>
           <?php endif; ?>
       ```
   

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