Title: bonzai89's Replies | WordPress.org

---

# bonzai89

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] 503 Service Unavailable](https://wordpress.org/support/topic/503-service-unavailable-12/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/503-service-unavailable-12/#post-5292508)
 * Hi [@umesh](https://wordpress.org/support/users/umesh/) Kumar
 * I tried yahoo service directly, and works.
 * URL of my site
 * [http://freemovieforyou.com/watch-the-hunted-2013-online/the-hunted-2013/](http://freemovieforyou.com/watch-the-hunted-2013-online/the-hunted-2013/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] 503 Service Unavailable](https://wordpress.org/support/topic/503-service-unavailable-12/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/503-service-unavailable-12/#post-5292465)
 * Hi [@umesh](https://wordpress.org/support/users/umesh/) Kumar
    I set timeout 
   value to 6000, and every time I have the same problem. Current settings is 600.
 * Single smushing does not works 🙁 .
 * On page for Bulk WP Smush.it I got this message
    We found 697 images in your 
   media library. Be forewarned, it will take at least 34 minutes to process all
   these images if they have never been smushed before.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to make submit-link.php](https://wordpress.org/support/topic/how-to-make-submit-linkphp/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-make-submit-linkphp/#post-5102123)
 * I did not mean to buy movies website, just plagin (WordPress) for submit links(
   as I described at the beginning). I have a website for watching movies, sorry**
   vioozhd**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow loading Homepage – loads twice (Pingdom)](https://wordpress.org/support/topic/slow-loading-homepage-loads-twice-pingdom/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/slow-loading-homepage-loads-twice-pingdom/#post-5264394)
 * According to pingdom test page loads 2 times
 * [http://tools.pingdom.com](http://tools.pingdom.com/fpt/#!/bJ9kof/freemovieforyou.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to make submit-link.php](https://wordpress.org/support/topic/how-to-make-submit-linkphp/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-make-submit-linkphp/#post-5102119)
 * I’d like to hire php programmers if I have enough money.
    How much money would
   be needed for such a website?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to show category posts in 4 columns and 6 rows](https://wordpress.org/support/topic/how-to-show-category-posts-in-4-columns-and-6-rows/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-show-category-posts-in-4-columns-and-6-rows/#post-5228350)
 *     ```
       <?php if ( ! have_posts() ) : ?>
       	<div id="post-0" class="post not-found post-listing">
       		<h1 class="post-title"><?php _e( 'Not Found', 'tie' ); ?></h1>
       		<div class="entry">
       			<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'tie' ); ?></p>
       			<?php get_search_form(); ?>
       		</div>
       	</div>
   
       <?php else : ?>
       <div class="post-listing">
       <?php while ( have_posts() ) : the_post(); ?>
       <?php if( tie_get_option( 'blog_display' ) != 'full_thumb' ): ?>
       	<article class="item-list">
       		<h2 class="post-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
       		<p class="post-meta">
       			<?php tie_get_time() ?>
       			<?php echo tie_views(); ?>
       		</p>
   
       		<?php if( tie_get_option( 'blog_display' ) == 'content' ): ?>
       		<div class="entry">
       			<?php the_content( __( 'Watch Now »', 'tie' ) ); ?>
       		</div>
       		<?php else: ?>
       			<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) : ?>
       		<div class="post-thumbnail">
       			<a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
       				<?php tie_thumb('',300,160); ?>
       				<?php tie_get_score( true ); ?>
       			</a>
       		</div><!-- post-thumbnail /-->
       			<?php endif; ?>
       		<div class="entry">
       			<p><?php tie_excerpt() ?></p>
       			<a>"><?php _e( 'Watch Now »', 'tie' ) ?></a>
       		</div>
       		<?php endif; ?>
   
       		<?php tie_include( 'post-share' ); // Get Share Button template ?>
       	</article><!-- .item-list -->
       <?php else: ?>
       	<article class="item-list">
       		<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) : ?>
       		<div class="post-thumbnail single-post-thumb archive-wide-thumb">
       			<a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php tie_thumb('', 620 , 330 ); ?><?php tie_get_score( true ); ?></a>
       		</div>
       		<?php endif; ?>
       		<h2 class="post-title"><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
       		<p class="post-meta">
       			<?php tie_get_time() ?>
       			<span class="post-comments"><?php comments_popup_link( __( '0', 'tie' ), __( '1 Comment', 'tie' ), __( '% Comments', 'tie' ) ); ?></span>
       			<?php echo tie_views(); ?>
       		</p>
       		<div class="entry">
       			<p><?php tie_excerpt() ?></p>
       			<a>"><?php _e( 'Watch Now »', 'tie' ) ?></a>
       		</div>
       		<?php tie_include( 'post-share' ); // Get Share Button template ?>
       	</article><!-- .item-list -->
       <?php endif; ?>
   
       <?php endwhile;?>
       </div>
       <?php endif; ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [The appearance of posts on the home page and category](https://wordpress.org/support/topic/the-appearance-of-posts-on-the-home-page-and-category/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-appearance-of-posts-on-the-home-page-and-category/#post-5108322)
 * Thanks anyway
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [The appearance of posts on the home page and category](https://wordpress.org/support/topic/the-appearance-of-posts-on-the-home-page-and-category/)
 *  Thread Starter [bonzai89](https://wordpress.org/support/users/bonzai89/)
 * (@bonzai89)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-appearance-of-posts-on-the-home-page-and-category/#post-5108319)
 * I use Jarid theme. I do not know where is downloaded. It was a long time ago

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