Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter bonzai89

    (@bonzai89)

    Hi @umesh Kumar

    I tried yahoo service directly, and works.

    URL of my site

    http://freemovieforyou.com/watch-the-hunted-2013-online/the-hunted-2013/

    Thread Starter bonzai89

    (@bonzai89)

    Hi @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.

    Thread Starter bonzai89

    (@bonzai89)

    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.

    Thread Starter bonzai89

    (@bonzai89)

    According to pingdom test page loads 2 times

    http://tools.pingdom.com

    Thread Starter bonzai89

    (@bonzai89)

    I’d like to hire php programmers if I have enough money.
    How much money would be needed for such a website?

    Thread Starter bonzai89

    (@bonzai89)

    <?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; ?>
    Thread Starter bonzai89

    (@bonzai89)

    Thanks anyway

    Thread Starter bonzai89

    (@bonzai89)

    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)