How to add coupon printer?

You might be probably looking for a plugin that offer’s groupon-like functionality (“Groupon 1.0 started on a WordPress blog.”). By googling I learned that there is a plugin called WP Coupon (WordPress Plugin) (review). No idea if it fits in what you need, but it looks like it does what you’re looking for. But it’s … Read more

How to add testimonials with an image?

Make a new category called Testimonials then, in your theme folder add a new file called testimonials.php. Add this in the newly created file: <div id=”testimonials”> <?php $args = array(‘caller_get_posts’ => 1, ‘post_type’ => ‘testimonials’, ‘post_status’ => ‘publish’, ‘posts_per_page’ => 5); query_posts($args); if (have_posts()) : while (have_posts()) : the_post(); $image = get_post_meta($post->ID, ‘testimonial-image’, true); ?> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)