Title: Combas's Replies | WordPress.org

---

# Combas

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

 *   [Profile](https://wordpress.org/support/users/combas/)
 *   [Topics Started](https://wordpress.org/support/users/combas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/combas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/combas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/combas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/combas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/combas/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: [[Twenty Sixteen] set_post_thumbnail_size](https://wordpress.org/support/topic/set_post_thumbnail_size/)
 *  Thread Starter [Combas](https://wordpress.org/support/users/combas/)
 * (@combas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/set_post_thumbnail_size/#post-6585080)
 * I find this solution in another post
 * function yourchildtheme_thumb() {
    set_post_thumbnail_size( 305, 314, true );}
   add_action( ‘after_setup_theme’, ‘yourchildtheme_thumb’, 11 );
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] Would love to use new Site Icon introduced in 4.3 in Header](https://wordpress.org/support/topic/would-love-to-use-new-site-icon-introduced-in-43-in-header/)
 *  [Combas](https://wordpress.org/support/users/combas/)
 * (@combas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/would-love-to-use-new-site-icon-introduced-in-43-in-header/#post-6505391)
 * Until this new option, you can edit the header.php file in a **child theme** 
   and modify as below
    Place the image of your logo in an /image folder in the 
   root of your child theme
 * <div class=”site-branding”>
    ` <?php if ( is_front_page() && is_home() ) : ?>
   <h1 class=”site-title”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel
   =”home”><img src=”<?php echo get_stylesheet_directory_uri(); ?>/images/yourlogo.
   jpg” alt=”Your site name” ></a></h1>
 *  <?php else : ?>
    <p class=”site-title”><a href=”<?php echo esc_url( home_url(‘/’));?
   >” rel=”home”><img src=”<?php echo get_stylesheet_directory_uri(); ?>/images/
   yourlogo.jpg” alt=”your site name” ></a></p> <?php endif; … </div><—site branding—
   >`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Portfolio Press] For a specific portfolio category, i would get directly the post](https://wordpress.org/support/topic/for-a-specific-portfolio-category-i-would-get-directly-the-post/)
 *  Thread Starter [Combas](https://wordpress.org/support/users/combas/)
 * (@combas)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/for-a-specific-portfolio-category-i-would-get-directly-the-post/#post-3849371)
 * sans réponse,
    J’ai utilisé une autre solution
 * j’ai créé des articles avec une catégory et non une actégorie portfolio.
 * Puis j’ai créé un category-xx.php pour afficher excatement ce que je voulais 
   pour les articles appartenat à cette catégorie.
 * In very bad english (sorry I’m french)
 * unanswered
    I used another solution
 * I created items with a category only and not a portfolio category.
 * Then I created a category-xx.php to show exactly what I wanted for the articles
   in this category.

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