Title: accented's Replies | WordPress.org

---

# accented

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Increasing resumption interval](https://wordpress.org/support/topic/increasing-resumption-interval/)
 *  Thread Starter [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/increasing-resumption-interval/#post-9202549)
 * That’s a shame. My backups are taking hours just because the resumption is so
   low.
 * There must be some sort of alternative.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] How to render media enclosure images](https://wordpress.org/support/topic/how-to-render-media-enclosure-images/)
 *  [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-render-media-enclosure-images/#post-5278056)
 * Seems like the plugin has an issue with image enclosure.
 * Anyone fluent enough in simplepie to figure this out
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP RSS Multi Importer] How to render media enclosure images](https://wordpress.org/support/topic/how-to-render-media-enclosure-images/)
 *  [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-render-media-enclosure-images/#post-5278054)
 * Hi, any update?
 * I’m experiencing the same issue with [http://www.independent.com.mt/newsfeed](http://www.independent.com.mt/newsfeed)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i get pagination to work on my index.php page](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/)
 *  Thread Starter [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/#post-4198011)
 * I would really appreciate some help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i get pagination to work on my index.php page](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/)
 *  Thread Starter [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/#post-4197982)
 * Hi,
 * Any help?
 * I’m stumped
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i get pagination to work on my index.php page](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/)
 *  Thread Starter [accented](https://wordpress.org/support/users/accented/)
 * (@accented)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-get-pagination-to-work-on-my-indexphp-page/#post-4197827)
 * Hi alchymyth
 * Thanks for putting me onto the right direction. I feel I’m almost there but not
   quite
 * I have managed to get pagination but the home page doesn’t ‘switch’ to page 2.
 * It works fine in the archive.php template. Its index.php that fails.
 * Here is my new index.php
 *     ```
       <?php get_header(); ?>
       <?php
            global $more;
            $more = 0;
       ?>
   
       <!-- BEGIN Main content ================================================== -->
       <?php if (!is_home()) { $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('paged='.$paged.'&cat='.$cat);} ?> 
   
       <?php if (!(have_posts())) { ?><div class="span9"><h2>There is no posts</h2></div><?php }  ?>
        <div class="span6" style="margin-right: 0px">
   
       <!-- BEGIN Heading ================================================== -->
   
       <div style="background: #FFFFFF; line-height: 2; padding-left: 10px"><p style="color: #ffffff; font-size: 5px;">&nbsp;</p> </div>
       <div style="background: #8d8d8d; line-height: 1; padding: 10px 10px 1px 20px;  border-bottom: 1px solid #252525; margin-bottom: -20px">
       <p style="color: #ffffff; font-size: 14px; margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; font-weight:bold; text-shadow: 0 1px 1px #000;">Latest News</p>
       </div>
   
       <!-- END Heading ================================================== -->
   
        <?php query_posts('category_name="latest-news"'); ?>
          <?php if (have_posts()) : while ( have_posts() ) : the_post(); ?>
           <?php $large_image_url = wp_get_attachment_image_src(get_post_thumbnail_id(), 'large'); ?>
               	<div <?php post_class(); ?>>
               	 <?php if (get_post_meta($post->ID, video, true)){ ?>
                       	<div style="margin-bottom:-5px !important;">
       			   	<?php echo get_post_meta($post->ID, video, true); ?>
                       	</div>
                       	<?php }elseif (get_post_meta($post->ID, quoute, true)){ ?>
                       	<div class="view view-first">
                       		<div class="tringle"></div>
                       		<div class="noimage">
                               		<blockquote>
                                       		<p><?php echo get_post_meta($post->ID, quoute, true); ?></p>
                                   		</blockquote>
                           		</div>
                       	</div>
                       <?php }elseif(has_post_thumbnail()){ ?>
                       <div class="view view-first">
                       	<div class="tringle"></div>
                           	<img src="<?php echo $large_image_url[0]; ?>" alt="" />
                           	<div class="mask nolink">
                               	<a href="<?php echo $large_image_url[0]; ?>" rel="prettyPhoto" class="info"></a>
                           	</div>
                       </div>
   
                       <?php }?>
       		<?php if($data['blog_show_posts_date'] == true ){ ?>
                       <div class="meta" style="margin-top: 50px">
       			<span class="meta_date"><?php if($data['blog_show_date_icon'] == true ){ ?><i class="icon-calendar"></i> <?php }?>				<strong>Date:</strong> <?php the_time('F j, Y') ?></span> <br><hr><?php if(function_exists(LikePost))LikePost('get'); ?>
                       <?php }?>
        		</div>
                       <div class="descr">
                       	<h4 style="text-transform: uppercase"><a style="text-transform: uppercase; color: #cd1919;  font-family: Georgia" href="<?php echo the_permalink(); ?>"><?php the_title(); ?></a></h4>
       			<?php the_content('<div class="read_more">Read More &raquo;</div>', '<img><a style="color: #cd1919">', 'content', false, 'More...', true);?> 
   
       		</div>
         	</div>
   
       	<?php endwhile;  ?> 
   
       	<?php endif; ?>
                               <?php if(function_exists('wp_corenavi')){
       							 ?>
                                   <div class="row">
                                       <div class="span9">
                                           <div class="my_block pag"><?php change_class(wp_corenavi());?></div>
                                       </div>
                                   </div>
       					<?php }?>
   
        </div>
       <!-- END Main content ================================================== -->
       <!-- BEGIN Gallery ================================================== -->
   
                   <div class="span3" style="margin-right: 0px;">
       	      <div style="background: #FFFFFF; line-height: 2"><p style="color: #ffffff; font-size: 5px;">&nbsp;</p </div>
       	      <div style="background: #8d8d8d; line-height: 1; padding: 10px 10px 1px 20px;  border-bottom: 1px solid #252525;">
       	      	<p style="color: #ffffff; font-size: 14px; margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; font-weight:bold; text-shadow: 0 1px 1px #000;">Photographic Gallery</p>
       	      </div>
                   </div>		<div class="block" style="margin-right: 0px; margin-top: 10px;">
                   			<div class="view view-first" style="width: 100%; padding-left: 0px">
                       			<div class="new"></div>
                       			<div class="tringle"></div>
                           			<p></p>
                           			<img src="http://www.orderofmalta-malta.org.mt/wp/wordpress/wp-content/themes/valor/assets/img/lanfredss.jpg" alt="" />
                               		<div class="mask">
                               			<a href="wp-content/themes/valor/assets/img/lanfredss.jpg" rel="prettyPhoto" class="info"></a>
                               			<a href="#" class="link"></a>
                               		</div>
                       		</div>
                       		<div class="descr">
                           		<blockquote>
                               		<p style="text-align: justify; margin-right: 15px">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout ...</p>
       				 <h6><a href="#"><strong>View Gallery</strong></a></h6>
   
                           		</blockquote>
                       		</div>
                   		</div>
       </div>
       <!-- END Gallery
       ================================================== -->
   
       <!-- BEGIN Location map
       ================================================= -->
   
       <div class="span3" style="margin-right: 0px;">
       	      <div style="background: #FFFFFF; line-height: 2"><p style="color: #ffffff; font-size: 5px;">&nbsp;</p </div>
       	      <div style="background: #8d8d8d; line-height: 1; padding: 10px 10px 1px 20px;  border-bottom: 1px solid #252525;">
       	      	<p style="color: #ffffff; font-size: 14px; margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; font-weight: 400; font-weight:bold; text-shadow: 0 1px 1px #000;">Our Location</p>
       	      </div>
                   </div>
       			<div class="block" style="margin-right: 0px;">
       <iframe width="100%" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="//maps.google.com/maps?q=35.896123,14.510614&z=18&output=embed"></iframe>                	
   
       </div>
       <!-- END Location map
       ================================================= -->
   
             <div style="background: #FFFFFF; line-height: 2"><p style="color: #ffffff; font-size: 5px;">&nbsp;</p </div>
       	<div class="span3" style="margin-right: 0px;">
       	<div class="HOME_ORDINE_NEL_MONDO" style="margin: auto 0 auto;">
               	<p style="color: #FFFFFF; margin: 0px; margin-bottom: 5px; padding: 0px; font-size: 1.4em; line-height: 1.3em; font-weight: bold">Around the World</p>
               	<div style="float:left; width:100px;">
       			<img src="http://www.orderofmalta.int/wp-content/themes/order_of_malta/images/comuni/bullet_bianco.gif"><a href="http://www.orderofmalta.int/around-the-world/?lang=en&continente=europa" target="_blank">Europe</a> <br>
                     		<img src="http://www.orderofmalta.int/wp-content/themes/order_of_malta/images/comuni/bullet_bianco.gif"><a href="http://www.orderofmalta.int/around-the-world/?lang=en&continente=africa" target="_blank">Africa</a> <br>
                     		<img src="http://www.orderofmalta.int/wp-content/themes/order_of_malta/images/comuni/bullet_bianco.gif"><a href="http://www.orderofmalta.int/around-the-world/?lang=en&continente=america" target="_blank">America </a>
             		</div>
                	<img src="http://www.orderofmalta.int/wp-content/themes/order_of_malta/images/comuni/bullet_bianco.gif"><a href="#"></a><a href="http://www.orderofmalta.int/around-the-world/?lang=en&continente=aeo" target="_blank">Asia</a>  <br>
                	<img src="http://www.orderofmalta.int/wp-content/themes/order_of_malta/images/comuni/bullet_bianco.gif"><a href="#"></a><a href="http://www.orderofmalta.int/around-the-world/?lang=en&continente=aeo" target="_blank">Oceania</a>
             </div>
             </div>
       </div>
   
       </div>
   
       <?php get_footer(); ?>
       ```
   
 * The theme is valor but the index.php has been modified

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