Title: learning_bee15's Replies | WordPress.org

---

# learning_bee15

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Twenty Fifteen Featured Images are blurry?](https://wordpress.org/support/topic/twenty-fifteen-featured-images-are-blurry/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/twenty-fifteen-featured-images-are-blurry/#post-7586607)
 * Solved
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why my site is so slow?](https://wordpress.org/support/topic/why-my-site-is-so-slow/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/why-my-site-is-so-slow/#post-7580322)
 * [@hehehuhu](https://wordpress.org/support/users/hehehuhu/):
 * **You need to optimize your png-s to web (use Smush.it or tinypng.com).
    
   
    Thanks!!
   I will do so.
 * **Add ExpireHeaders (in .htaccess)
    
   
    Already done
 * ** and check your caching (use W3 Total Cache)
    
   
    In past it has slow down my
   site
 * **Try to minify CSS and Javascript (use plugin).
    
   
    Can you recommend me one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why my site is so slow?](https://wordpress.org/support/topic/why-my-site-is-so-slow/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/why-my-site-is-so-slow/#post-7580321)
 * [@javawpscript](https://wordpress.org/support/users/javawpscript/): I am not 
   that smart. Can you explain what that is?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why my site is so slow?](https://wordpress.org/support/topic/why-my-site-is-so-slow/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/why-my-site-is-so-slow/#post-7580320)
 * @Barnez,
    I have tried deactivating the plugins and I found that one plugin was
   the problem. So I have removed that and now the load time is close to 4 seconds.
   I will talk to Bluehost, who is my service provider. That “gosocial.in/call/medianet/”
   is the advertisement. Unfortunately I have to keep that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to delete featured image from post but not from homepage?](https://wordpress.org/support/topic/how-to-delete-featured-image-from-post-but-not-from-homepage/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-delete-featured-image-from-post-but-not-from-homepage/#post-7579694)
 * I solved the problem. Much thanks!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I only show excerpt not the full post on homepage?](https://wordpress.org/support/topic/how-do-i-only-show-excerpt-not-the-full-post-on-homepage/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-only-show-excerpt-not-the-full-post-on-homepage/#post-7574264)
 * Tara and sterndata, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I only show excerpt not the full post on homepage?](https://wordpress.org/support/topic/how-do-i-only-show-excerpt-not-the-full-post-on-homepage/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-only-show-excerpt-not-the-full-post-on-homepage/#post-7574080)
 * Also,
    I don’t have excerpt option in my content.php file.
 * This is my content.php
 *     ```
       <?php
       /**
        * The default template for displaying content
        *
        * Used for both single and index/archive/search.
        *
        * @package WordPress
        * @subpackage Twenty_Fifteen
        * @since Twenty Fifteen 1.0
        */
       ?>
   
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       	<?php
       		// Post thumbnail.
       		twentyfifteen_post_thumbnail();
       	?>
   
       	<header class="entry-header">
       		<?php
       			if ( is_single() ) :
       				the_title( '<h1 class="entry-title">', '</h1>' );
       			else :
       				the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' );
       			endif;
       		?>
       	</header><!-- .entry-header -->
   
       	<div class="entry-content">
       		<?php
       			/* translators: %s: Name of current post */
       			the_content( sprintf(
       				__( 'Continue reading %s', 'twentyfifteen' ),
       				the_title( '<span class="screen-reader-text">', '</span>', false )
       			) );
   
       			wp_link_pages( array(
       				'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfifteen' ) . '</span>',
       				'after'       => '</div>',
       				'link_before' => '<span>',
       				'link_after'  => '</span>',
       				'pagelink'    => '<span class="screen-reader-text">' . __( 'Page', 'twentyfifteen' ) . ' </span>%',
       				'separator'   => '<span class="screen-reader-text">, </span>',
       			) );
       		?>
       	</div><!-- .entry-content -->
   
       	<?php
       		// Author bio.
       		if ( is_single() && get_the_author_meta( 'description' ) ) :
       			get_template_part( 'author-bio' );
       		endif;
       	?>
   
       	<footer class="entry-footer">
       		<?php twentyfifteen_entry_meta(); ?>
       		<?php edit_post_link( __( 'Edit', 'twentyfifteen' ), '<span class="edit-link">', '</span>' ); ?>
       	</footer><!-- .entry-footer -->
   
       </article><!-- #post-## -->
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images are Elongated in my blogpost](https://wordpress.org/support/topic/images-are-elongated-in-my-blogpost/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/images-are-elongated-in-my-blogpost/#post-7054633)
 * Yes! I changed the css and it worked out! Thanks though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I create a category listing page?](https://wordpress.org/support/topic/how-can-i-create-a-category-listing-page-1/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/how-can-i-create-a-category-listing-page-1/#post-6837197)
 * Thank you guys!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811399)
 * Nope it’s not fixed! I doubt it’s an image issue 🙁 As it’s a problem of every
   page
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811365)
 * Nvm! The problem solved. It was a facebook plugin
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811357)
 * I am using chrome. The problem does not happen on homepage. Try opening a post
   page – it will show the empty space on the side. It will also show on desktop–
   if you shrink the posts page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811354)
 * [http://prntscr.com/99yka4](http://prntscr.com/99yka4)
    the space on the right–
   specially happens on mobile!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811347)
 * I have tried display-x:hidden on html and body class. It’s wiping out the homepage
   content if I do that
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [WordPress white space issue](https://wordpress.org/support/topic/wordpress-white-space-issue/)
 *  Thread Starter [learning_bee15](https://wordpress.org/support/users/learning_bee15/)
 * (@learning_bee15)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wordpress-white-space-issue/#post-6811345)
 * htttps://www.storyofcooks.com

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

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