Friday, 20 September 2013

Best wordpress testimonial Plugin

Displaying testimonial is one of the impotent thing for website that dealing with selling services and product.Displaying Testimonials are also good for Showing famous Quotes into your blog. WordPress testimonial Plugin will help you to accomplish this task. In wordpress there are many testimonial Plugin which will allow you to create beautiful testimonial content and testimonial pages.


Here let us check some of the Best wordpress testimonial Plugins that can be used in your wordpress website for displaying testimonials. This some of the testimonial Plugin can also used as Quote Rotator too which will continuously rotate texts in your website.


Adding testimonials to your wordpress site will be an easy task if you are using the WordPress testimonial Plugin. Because these plugins are having good admin site controls by which you can easily control and monitor your testimonial contents. So that you can easily add or remove the testimonial contents. Also by using shorts codes in post you can easily display it in your website.


Testimonial Rotator.


WordPress-Testimonial-Rotator-Plugin-650x210


Download Testimonial Rotator Plugin.


 


IvyCat AJAX Testimonials.


WordPress-IvyCat-AJAX-Testimonials-Plugin-650x210


Download Clean Testimonials Plugin.


 


Easy Testimonials.


WordPress-Easy-Testimonials-Plugins-650x209


Download Easy Testimonials Plugin.


 


PPM Testimonial.


WordPress-PPM-Testimonial-Plugin-650x209


Download PPM Testimonial Plugin.


 


Lumia Testimonials.


WordPress-Lumia-Testimonials-Plugin-650x206


Download Lumia Testimonials Plugin.


 


FIFO Testimonials.


WordPress-FIFO-Testimonials-Plugin-650x209


Download FIFO Testimonials Plugin.


 


GC Testimonials.


WordPress-GC-Testimonials-Plugin


Download GC Testimonials Plugin.



Best wordpress testimonial Plugin

Friday, 13 September 2013

How to Create a Page that Displays Random Posts in Wordpress

Have you ever been to a site and saw this cool feature? They have a link in their top navigation to something like Stumbe! or Read Random Articles, or some other creative text. When you click on that link, it takes you to a page that displays one random page. Each time you refresh, you are delivered with a new post. Well this trick is just for you then.


simply paste this code in there:


<?php
query_posts(array('orderby' => 'rand', 'showposts' => 1));
if (have_posts()) :
while (have_posts()) : the_post(); ?>

<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>

<?php the_content(); ?>

<?php endwhile;
endif; ?>

This is a simple WordPress Loop that is running a query to display random posts and the number 1 in there

is telling WordPress to only show 1 post. You can change that number, but most of the time people do it one post a time.



How to Create a Page that Displays Random Posts in Wordpress

Tuesday, 10 September 2013

How to build a CSS3 drop down menu


I always thought creating navigation menu using pure css was something only the css black belt could do. After some coding headache (I should admit!) I managed to design a drop-down menu using pure css. This article explains step by step how I did it from scratch. Don’t worry you won’t need to spend hours in front for Photoshop gradients, borders and shadows. I have made use of CSS3 to reproduce the same effect.In this tutorial you will learn how to use :



  • The prefixes -Moz-/-webkit-

  • Gradient effect in CSS3

  • Text-shadow or a box-shadow in CSS3

  • Rounded corners (without using images) in CSS3


Some CSS style has been skipped such as aligning the login menu to the right so as to keep it simple to understand .You can download the full source code from above and play with it so that you can get a better understanding of how things work.

Test Post from PHP training in Vadodara, .NET Training in Vadodara by Pace Infonet

Test Post from PHP training in Vadodara, .NET Training in Vadodara by Pace Infonet http://paceinfonet.org