mbacchi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove the Older Posts from Home PageI 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
In reply to: Change text in postHi,
You can use this plugin if you want 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
In reply to: ← Older posts going to the wrong page.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
In reply to: ← Older posts going to the wrong page.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
In reply to: ← Older posts going to the wrong page.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
In reply to: ← Older posts going to the wrong page.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
In reply to: ← Older posts going to the wrong page.Sorry I did not understand your question?
WordPress is installed in my main domain?
Forum: Themes and Templates
In reply to: ← Older posts going to the wrong page.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/
Thanks for your time!
Forum: Plugins
In reply to: [Testimonials Widget] Make Specific testimonial appear in only one page.Hi Michael,
Thanks for your reply!
I checked the screenshot 1, Testimonials admin interface 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,
MarceloHi,
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