Title: mbacchi's Replies | WordPress.org

---

# mbacchi

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to remove the Older Posts from Home Page](https://wordpress.org/support/topic/how-to-remove-the-older-posts-from-home-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-the-older-posts-from-home-page/#post-3513844)
 * I have figure it out.
 * In my index.php page I removed the <?php twentyeleven_content_nav( ‘nav-below’);?
   > code from it.
 * I am using Twenty Eleven.
 * I hope it help the next person with the same issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change text in post](https://wordpress.org/support/topic/change-text-in-post/)
 *  [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/change-text-in-post/#post-3513778)
 * Hi,
 * You can use this plugin if you want [http://wordpress.org/extend/plugins/font/](http://wordpress.org/extend/plugins/font/)
 * You can select part of your website which you want to style and change it. I 
   use it and the plugin is very handy.
 * I hope it helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510415)
 * I am using Twenty Eleven and not Twenty Twelve. As can be seen in my code above.
   <?php twentyeleven_content_nav(….
 * Sorry if I mentioned Twenty Twelve before.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510412)
 * Do you mind if I ask you why do you want me to Re-upload a new version of Twenty
   Twelve on wp-content/themes? My website is hosted ww/AUTHENTICBIZSUCCESS.COM/
   wp-content/themes/authentic_business
 * Is it going to make any difference?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510329)
 * In my index code the code for the posts can be seen below. Any help please?
 *     ```
       </div>
   
       			<?php if ( have_posts() ) : ?>
       			<?php query_posts('showposts=3'); ?>
       				<?php twentyeleven_content_nav( 'nav-above' ); ?>
   
       				<?php /* Start the Loop */ ?>
       				<?php while ( have_posts() ) : the_post(); ?>
   
       					<?php get_template_part( 'content', get_post_format() ); ?>
   
       				<?php endwhile; ?>
   
       				<?php twentyeleven_content_nav( 'nav-below' ); ?>
   
       			<?php else : ?>
   
       				<article id="post-0" class="post no-results not-found">
       					<header class="entry-header">
       						<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1>
       					</header><!-- .entry-header -->
   
       					<div class="entry-content">
       						<p>
       						<?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?>
                               </p>
       						<?php get_search_form(); ?>
       					</div><!-- .entry-content -->
       				</article><!-- #post-0 -->
   
       			<?php endif; ?>
        <?php wp_reset_query() ?>
       			</div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510313)
 * My host is Hotgator and my WordPress website is installed as below.
 * www/AUTHENTICBIZSUCCESS.COM/wp-content/themes/authentic_business
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510305)
 * Sorry I did not understand your question?
 * WordPress is installed in my main domain?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [← Older posts going to the wrong page.](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/%e2%86%90-older-posts-going-to-the-wrong-page/#post-3510299)
 * I am using Twenty Twelve Theme. My index page contains content and blog post 
   at the end. My website can be seen below. You can also test the link if you want.
 * [http://www.authenticbizsuccess.com/](http://www.authenticbizsuccess.com/)
 * Thanks for your time!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Widget] Make Specific testimonial appear in only one page.](https://wordpress.org/support/topic/make-specific-testimonial-appear-in-only-one-page/)
 *  Thread Starter [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/make-specific-testimonial-appear-in-only-one-page/#post-3419576)
 * Hi Michael,
 * Thanks for your reply!
 * I checked the [screenshot 1, Testimonials admin interface](http://wordpress.org/extend/plugins/testimonials-widget/screenshots/)
   out and I could not find the answer.
 * What I meant in my previous is that I want to make a specific (unique) testimonial
   appear in my widget in a specific page only; I do not want the same testimonial
   appearing in more than one page in the widget area.
 * How do I make a testimonial appears in one page only using the widget?
 * For example: **Using the widget**, the first testimonial appears in the home 
   page only, the second testimonial appears in the book page only, etc…
 * Thank you very much again!
 * Kind regards,
    Marcelo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonials Solution] [Plugin: Testimonials Solution] Unable to resize image](https://wordpress.org/support/topic/plugin-testimonials-solution-unable-to-resize-image/)
 *  [mbacchi](https://wordpress.org/support/users/mbacchi/)
 * (@mbacchi)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-testimonials-solution-unable-to-resize-image/#post-2600726)
 * Hi,
 * This plugin is amazing but I want to make the image bigger in my Widget and the
   plugin does not seem to allow this.
 * Is it a way to have the “read more>>” removed from the plugin?
 * Many thanks in advance!
 * Kind regards,
    Marcelo

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